A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

abort(Throwable) - Method in interface com.ning.http.client.ListenableFuture
Abort the current processing, and propagate the Throwable to the AsyncHandler or Future
abort(Throwable) - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
abort(Throwable) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
abort(Throwable) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
abortOnConnectCloseException(Throwable) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
abortOnDisconnectException(Throwable) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
abortOnReadCloseException(Throwable) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
abortOnWriteCloseException(Throwable) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
AbstractClusterAdminClient - Class in org.elasticsearch.client.support
 
AbstractClusterAdminClient() - Constructor for class org.elasticsearch.client.support.AbstractClusterAdminClient
 
AbstractESLogger - Class in org.elasticsearch.common.logging.support
 
AbstractESLogger(String) - Constructor for class org.elasticsearch.common.logging.support.AbstractESLogger
 
AbstractFacetBuilder - Class in org.elasticsearch.search.facet
 
AbstractFacetBuilder(String) - Constructor for class org.elasticsearch.search.facet.AbstractFacetBuilder
 
AbstractIndicesAdminClient - Class in org.elasticsearch.client.support
 
AbstractIndicesAdminClient() - Constructor for class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
AbstractIngestClient - Class in org.elasticsearch.client.support
 
AbstractIngestClient() - Constructor for class org.elasticsearch.client.support.AbstractIngestClient
 
AbstractListenableActionFuture<T,L> - Class in org.elasticsearch.action.support
 
AbstractListenableActionFuture(boolean, ThreadPool) - Constructor for class org.elasticsearch.action.support.AbstractListenableActionFuture
 
AbstractListenableFuture<V> - Class in com.ning.http.client.listenable
An abstract base implementation of the listener support provided by ListenableFuture.
AbstractListenableFuture() - Constructor for class com.ning.http.client.listenable.AbstractListenableFuture
 
AbstractSearchClient - Class in org.elasticsearch.client.support
 
AbstractSearchClient() - Constructor for class org.elasticsearch.client.support.AbstractSearchClient
 
AbstractXContentGenerator - Class in org.elasticsearch.common.xcontent.support
 
AbstractXContentGenerator() - Constructor for class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
AbstractXContentParser - Class in org.elasticsearch.common.xcontent.support
 
AbstractXContentParser() - Constructor for class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
acceptsDocsOutOfOrder() - Method in class org.elasticsearch.common.lucene.docset.DocIdSetCollector
 
acceptsDocsOutOfOrder() - Method in class org.elasticsearch.common.lucene.search.FilteredCollector
 
acceptsDocsOutOfOrder() - Method in class org.elasticsearch.common.lucene.search.NoopCollector
 
accumulate(HttpContent) - Method in class com.ning.http.client.Response.ResponseBuilder
Accumulate HttpContent in order to build a Response
acknowledged() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse
 
acknowledged() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexResponse
 
acknowledged() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
Has the index creation been acknowledged by all current cluster nodes within the provided CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue).
acknowledged() - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
Has the index deletion been acknowledged by all current cluster nodes within the provided DeleteIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue).
acknowledged() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
Has the put mapping creation been acknowledged by all current cluster nodes within the provided PutMappingRequest.timeout(org.elasticsearch.common.unit.TimeValue).
acknowledged() - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexResponse
 
acknowledged() - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
 
acknowledged() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
 
acknowledged() - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerResponse
 
acknowledged() - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerResponse
Has the put warmer been ack'ed.
Action<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>,Client extends GenericClient> - Class in org.elasticsearch.action
Main action (used with GenericClient API.
Action(String) - Constructor for class org.elasticsearch.action.Action
 
ACTION - Static variable in class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing.MulticastTaoPingResponseRequestHandler
 
action() - Method in exception org.elasticsearch.transport.ActionNotFoundTransportException
 
action() - Method in exception org.elasticsearch.transport.ActionTransportException
The action to invoke.
action() - Method in interface org.elasticsearch.transport.ActionTransportRequestHandler
 
action() - Method in class org.elasticsearch.transport.local.LocalClientTransportChannel
 
action() - Method in class org.elasticsearch.transport.netty.NettyTransportChannel
 
action() - Method in interface org.elasticsearch.transport.TransportChannel
 
ActionFuture<T> - Interface in org.elasticsearch.action
An extension to Future allowing for simplified "get" operations.
actionGet() - Method in interface org.elasticsearch.action.ActionFuture
Similar to Future.get(), just wrapping the InterruptedException with ElasticSearchInterruptedException, and throwing the actual cause of the ExecutionException.
actionGet(String) - Method in interface org.elasticsearch.action.ActionFuture
actionGet(long) - Method in interface org.elasticsearch.action.ActionFuture
actionGet(long, TimeUnit) - Method in interface org.elasticsearch.action.ActionFuture
actionGet(TimeValue) - Method in interface org.elasticsearch.action.ActionFuture
actionGet() - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
actionGet(String) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
actionGet(long) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
actionGet(TimeValue) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
actionGet(long, TimeUnit) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
ActionListener<Response> - Interface in org.elasticsearch.action
A listener for action responses or failures.
ActionNotFoundTransportException - Exception in org.elasticsearch.transport
An exception indicating that a transport action was not found.
ActionNotFoundTransportException(String) - Constructor for exception org.elasticsearch.transport.ActionNotFoundTransportException
 
ActionRequest<T extends ActionRequest> - Class in org.elasticsearch.action
 
ActionRequest() - Constructor for class org.elasticsearch.action.ActionRequest
 
ActionRequest(ActionRequest) - Constructor for class org.elasticsearch.action.ActionRequest
 
ActionRequestBuilder<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder> - Class in org.elasticsearch.action
 
ActionRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.ActionRequestBuilder
 
ActionRequestValidationException - Exception in org.elasticsearch.action
 
ActionRequestValidationException() - Constructor for exception org.elasticsearch.action.ActionRequestValidationException
 
ActionResponse - Class in org.elasticsearch.action
 
ActionResponse() - Constructor for class org.elasticsearch.action.ActionResponse
 
ActionTransportException - Exception in org.elasticsearch.transport
An action invocation failure.
ActionTransportException(String, Throwable) - Constructor for exception org.elasticsearch.transport.ActionTransportException
 
ActionTransportException(String, TransportAddress, String, Throwable) - Constructor for exception org.elasticsearch.transport.ActionTransportException
 
ActionTransportException(String, TransportAddress, String, String, Throwable) - Constructor for exception org.elasticsearch.transport.ActionTransportException
 
ActionTransportRequestHandler<T extends TransportRequest> - Interface in org.elasticsearch.transport
 
actionType() - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
activateOptions() - Method in class org.elasticsearch.common.logging.log4j.ConsoleAppender
Prepares the appender for use.
active() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
active() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
Relocating or started.
active() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
active() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
ACTIVE - Static variable in class org.elasticsearch.threadpool.ThreadPoolStatsElement.Fields
 
active() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
activeOpens() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
activePrimaryShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
activePrimaryShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
activePrimaryShardsGrouped(String[], boolean) - Method in class org.elasticsearch.cluster.routing.RoutingTable
All the *active* primary shards for the provided indices grouped (each group is a single element, consisting of the primary shard).
activeShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
activeShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
activeShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
activeShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
activeShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
activeShardsIt(int) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
activeShardsRandomIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
actualFree() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
actualUsed() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
adapt(Runnable) - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns a null result upon ForkJoinTask.join().
adapt(Runnable, T) - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns the given result upon ForkJoinTask.join().
adapt(Callable<? extends T>) - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns a new ForkJoinTask that performs the call method of the given Callable as its action, and returns its result upon ForkJoinTask.join(), translating any checked exceptions encountered into RuntimeException.
AdapterActionFuture<T,L> - Class in org.elasticsearch.action.support
 
AdapterActionFuture() - Constructor for class org.elasticsearch.action.support.AdapterActionFuture
 
AdapterStreamInput - Class in org.elasticsearch.common.io.stream
 
AdapterStreamInput() - Constructor for class org.elasticsearch.common.io.stream.AdapterStreamInput
 
AdapterStreamInput(StreamInput) - Constructor for class org.elasticsearch.common.io.stream.AdapterStreamInput
 
AdapterStreamOutput - Class in org.elasticsearch.common.io.stream
 
AdapterStreamOutput(StreamOutput) - Constructor for class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
add(String, String...) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Adds the specified values and returns this object.
add(String, Collection<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Adds the specified values and returns this object.
add(String, String...) - Method in class com.ning.http.client.FluentStringsMap
Adds the specified values and returns this object.
add(String, Collection<String>) - Method in class com.ning.http.client.FluentStringsMap
Adds the specified values and returns this object.
add(Runnable, Executor) - Method in class com.ning.http.client.listenable.ExecutionList
Add the runnable/executor pair to the list of pairs to execute.
add(Channel) - Method in class com.ning.http.client.providers.netty.util.CleanupChannelGroup
 
add(AllocationCommand...) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Adds allocation commands to be applied to the cluster.
add(AllocationCommand...) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
Adds allocation commands to be applied to the cluster.
add(CommonStats) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
add(IndexRequest) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Adds an IndexRequest to the list of actions to execute.
add(DeleteRequest) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Adds an DeleteRequest to the list of actions to execute.
add(ActionRequest) - Method in class org.elasticsearch.action.bulk.BulkProcessor
 
add(BytesReference, boolean, String, String) - Method in class org.elasticsearch.action.bulk.BulkProcessor
 
add(ActionRequest...) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a list of requests to be executed.
add(Iterable<ActionRequest>) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a list of requests to be executed.
add(IndexRequest) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds an IndexRequest to the list of actions to execute.
add(DeleteRequest) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds an DeleteRequest to the list of actions to execute.
add(byte[], int, int, boolean) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a framed data in binary format
add(byte[], int, int, boolean, String, String) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a framed data in binary format
add(BytesReference, boolean, String, String) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a framed data in binary format
add(IndexRequest) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an IndexRequest to the list of actions to execute.
add(IndexRequestBuilder) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an IndexRequest to the list of actions to execute.
add(DeleteRequest) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an DeleteRequest to the list of actions to execute.
add(DeleteRequestBuilder) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an DeleteRequest to the list of actions to execute.
add(byte[], int, int, boolean) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds a framed data in binary format
add(byte[], int, int, boolean, String, String) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds a framed data in binary format
add(MultiGetRequest.Item) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
add(String, String, String) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
add(String, String, String[], byte[], int, int) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
add(String, String, String[], BytesReference) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
add(String, String, String) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
add(String, String, Iterable<String>) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
add(String, String, String...) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
add(MultiGetRequest.Item) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
add(SearchRequestBuilder) - Method in class org.elasticsearch.action.search.MultiSearchRequest
Add a search request to execute.
add(SearchRequest) - Method in class org.elasticsearch.action.search.MultiSearchRequest
Add a search request to execute.
add(byte[], int, int, boolean, String[], String[], String) - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
add(BytesReference, boolean, String[], String[], String, IgnoreIndices) - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
add(SearchRequest) - Method in class org.elasticsearch.action.search.MultiSearchRequestBuilder
Add a search request to execute.
add(SearchRequestBuilder) - Method in class org.elasticsearch.action.search.MultiSearchRequestBuilder
Add a search request to execute.
add(ShardId, AllocationExplanation.NodeExplanation) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationExplanation
 
add(AllocationCommand...) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
add(MutableShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
add(IndexRoutingTable) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
add(IndexRoutingTable.Builder) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
add(E) - Method in class org.elasticsearch.common.collect.MapBackedSet
 
add(Term) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Add a single term at the next position in the phrase.
add(Term[]) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Add multiple terms at the next position in the phrase.
add(Term[], int) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Allows to specify the relative position of terms within the phrase.
add(FilterClause) - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
Adds a new FilterClause to the Boolean Filter container
add(long) - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Adds the given value.
add(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the tail of this deque.
add(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
add(ScriptFieldsContext.ScriptField) - Method in class org.elasticsearch.common.xcontent.script.ScriptFieldsContext
 
add(CacheStats) - Method in class org.elasticsearch.index.cache.CacheStats
 
add(long, long) - Method in class org.elasticsearch.index.flush.FlushStats
 
add(FlushStats) - Method in class org.elasticsearch.index.flush.FlushStats
 
add(GetStats) - Method in class org.elasticsearch.index.get.GetStats
 
add(IndexingStats) - Method in class org.elasticsearch.index.indexing.IndexingStats
 
add(IndexingStats, boolean) - Method in class org.elasticsearch.index.indexing.IndexingStats
 
add(IndexingStats.Stats) - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
add(long, long, long, long, long, long, long) - Method in class org.elasticsearch.index.merge.MergeStats
 
add(MergeStats) - Method in class org.elasticsearch.index.merge.MergeStats
 
add(FilterBuilder) - Method in class org.elasticsearch.index.query.AndFilterBuilder
Adds a filter to the list of filters to "and".
add(FilterBuilder, String) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
 
add(FilterBuilder, float) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
 
add(QueryBuilder) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
Add a sub-query to this disjunction.
add(FilterBuilder) - Method in class org.elasticsearch.index.query.OrFilterBuilder
Adds a filter to the list of filters to "or".
add(long, long) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
add(RefreshStats) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
add(SearchStats) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
add(SearchStats, boolean) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
add(SearchStats.Stats) - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
add(DocsStats) - Method in class org.elasticsearch.index.shard.DocsStats
 
add(StoreStats) - Method in class org.elasticsearch.index.store.StoreStats
 
add(long, long, long) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
add(WarmerStats) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
addAddressType(TransportAddress) - Static method in class org.elasticsearch.common.transport.TransportAddressSerializers
 
addAlias(String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
Adds an alias to the index.
addAlias(String, String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
Adds an alias to the index.
addAlias(String, String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
Adds an alias to the index.
addAlias(String, String, FilterBuilder) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
Adds an alias to the index.
addAlias(String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String, String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String, String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String, String, FilterBuilder) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAliasAction(AliasAction) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
addAliasAction(AliasAction) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias action to the request.
addAll(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Adds all key-values pairs from the given object to this object and returns this object.
addAll(Map<String, Collection<String>>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Adds all key-values pairs from the given map to this object and returns this object.
addAll(FluentStringsMap) - Method in class com.ning.http.client.FluentStringsMap
Adds all key-values pairs from the given object to this object and returns this object.
addAll(Map<String, Collection<String>>) - Method in class com.ning.http.client.FluentStringsMap
Adds all key-values pairs from the given map to this object and returns this object.
addAll(Collection<? extends E>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
addAsNew(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
addAsRecovery(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
addBlocks(IndexMetaData) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
addBodyPart(Part) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addBodyPart(Part) - Method in class com.ning.http.client.RequestBuilder
 
addBodyPart(Part) - Method in class com.ning.http.client.RequestBuilderBase
 
addBodyPart(Part) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addBodyPart(Part) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addConnectionListener(TransportConnectionListener) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
addCookie(Cookie) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addCookie(Cookie) - Method in class com.ning.http.client.RequestBuilder
 
addCookie(Cookie) - Method in class com.ning.http.client.RequestBuilderBase
 
addCookie(Cookie) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addCookie(Cookie) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addCustomNameResolver(TransportNetworkService.CustomNameResolver) - Method in class org.elasticsearch.common.network.TransportNetworkService
Add a custom name resolver.
addDynamicSettings(String...) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
addDynamicSettings(String...) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
added() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
addedNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
addFacet(AbstractFacetBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a facet to the search operation.
addFailure(String) - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
addField(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a field to load and return (note, it must be stored) as part of the search request.
addFields(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds the fields to load and return as part of the search request.
addFilter(ClientSettingsFilter.Filter) - Method in class org.elasticsearch.common.settings.ClientSettingsFilter
 
addFilterFacetAndGlobal(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.facet.AbstractFacetBuilder
 
addFirst(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the front of this deque.
addGlobalBlock(ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
addHeader(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addHeader(String, String) - Method in class com.ning.http.client.RequestBuilder
 
addHeader(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
addHeader(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addHeader(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addHighlightedField(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a field to be highlighted with default fragment size of 100 characters, and default number of fragments of 5.
addHighlightedField(String, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a field to be highlighted with a provided fragment size (in characters), and default number of fragments of 5.
addHighlightedField(String, int, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a field to be highlighted with a provided fragment size (in characters), and a provided (maximum) number of fragments.
addHighlightedField(String, int, int, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a field to be highlighted with a provided fragment size (in characters), a provided (maximum) number of fragments and an offset for the highlight.
addHighlightedField(HighlightBuilder.Field) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a highlighted field.
addHostsProvider(UnicastHostsProvider) - Method in class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
addIds(String...) - Method in class org.elasticsearch.index.query.IdsFilterBuilder
Adds ids to the filter.
addIds(String...) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
Adds ids to the filter.
addIgnoreShardForNode(ShardId, String) - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
addIgnoreShardForNode(ShardId, String) - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
addIndexBlock(String, ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
addIndexBoost(String, float) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the boost a specific index will receive when the query is executeed against it.
addIndexFailure(String, String) - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
addIndexShard(IndexShardRoutingTable) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
addIOExceptionFilter(IOExceptionFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Add an IOExceptionFilter that will be invoked when an IOException occurs during the download/upload operations.
addIoExceptionFilters(IOExceptionFilter) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
addLast(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the end of this deque.
addListener(Runnable, Executor) - Method in class com.ning.http.client.listenable.AbstractListenableFuture
 
addListener(Runnable, Executor) - Method in interface com.ning.http.client.ListenableFuture
Adds a listener and executor to the ListenableFuture.
addListener(ActionListener<T>) - Method in interface org.elasticsearch.action.ListenableActionFuture
Add an action listener to be invoked when a response has received.
addListener(Runnable) - Method in interface org.elasticsearch.action.ListenableActionFuture
Add an action listener (runnable) to be invoked when a response has received.
addListener(ActionListener<T>) - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
addListener(Runnable) - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
addMapping(String, String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Adds mapping that will be added when the index gets created.
addMapping(String, XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Adds mapping that will be added when the index gets created.
addMapping(String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Adds mapping that will be added when the index gets created.
addMapping(String, String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Adds mapping that will be added when the index template gets created.
addMapping(String, XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Adds mapping that will be added when the index template gets created.
addMapping(String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Adds mapping that will be added when the index gets created.
addMust(Filter) - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
 
addNonProxyHost(String) - Method in class com.ning.http.client.ProxyServer
 
addNot(Filter) - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
 
addOrReplaceCookie(Cookie) - Method in class com.ning.http.client.RequestBuilder
 
addOrReplaceCookie(Cookie) - Method in class com.ning.http.client.RequestBuilderBase
 
addParam(String, Object) - Method in class org.elasticsearch.index.query.ScriptFilterBuilder
 
addParameter(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addParameter(String, String) - Method in class com.ning.http.client.RequestBuilder
 
addParameter(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
addParameter(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addParameter(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addPartialField(String, String, String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a partial field based on _source, with an "include" and/or "exclude" set which can include simple wildcard elements.
addPartialField(String, String[], String[]) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a partial field based on _source, with an "includes" and/or "excludes set which can include simple wildcard elements.
addPoint(double, double) - Method in class org.elasticsearch.index.query.GeoPolygonFilterBuilder
Adds a point with lat and lon
addPoint(String) - Method in class org.elasticsearch.index.query.GeoPolygonFilterBuilder
 
addProperty(U, V) - Method in interface com.ning.http.client.AsyncHttpProviderConfig
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider
addProperty(String, String) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
addProperty(String, Object) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider
addQueryParameter(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addQueryParameter(String, String) - Method in class com.ning.http.client.RequestBuilder
 
addQueryParameter(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
addQueryParameter(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addQueryParameter(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addReplica() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
addRequestFilter(RequestFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Add an RequestFilter that will be invoked before AsyncHttpClient.executeRequest(Request)
addRequestFilter(RequestFilter) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
addResponseFilter(ResponseFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Add an ResponseFilter that will be invoked as soon as the response is received, and before AsyncHandler.onStatusReceived(HttpResponseStatus).
addResponseFilters(ResponseFilter) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
address() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The address that the node can be communicated with.
address() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
address() - Method in class org.elasticsearch.http.HttpInfo
 
address() - Method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
address() - Method in exception org.elasticsearch.transport.ActionTransportException
The target address to invoke the action on.
address() - Method in class org.elasticsearch.transport.TransportInfo
 
addressesFromString(String) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
addressesFromString(String) - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
addressesFromString(String) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
addressesFromString(String) - Method in interface org.elasticsearch.transport.Transport
Returns an address from its string representation.
addressFromStream(StreamInput) - Static method in class org.elasticsearch.common.transport.TransportAddressSerializers
 
addressSupported(Class<? extends TransportAddress>) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
addressSupported(Class<? extends TransportAddress>) - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
addressSupported(Class<? extends TransportAddress>) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
addressSupported(Class<? extends TransportAddress>) - Method in interface org.elasticsearch.transport.Transport
Is the address type supported.
addressToStream(StreamOutput, TransportAddress) - Static method in class org.elasticsearch.common.transport.TransportAddressSerializers
 
addScriptField(String, String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a script based field to load and return.
addScriptField(String, String, Map<String, Object>) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a script based field to load and return.
addScriptField(String, String, String, Map<String, Object>) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a script based field to load and return.
addScriptParam(String, Object) - Method in class org.elasticsearch.action.update.UpdateRequest
Add a script parameter.
addScriptParam(String, Object) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Add a script parameter.
addShard(IndexShardRoutingTable, ShardRouting) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Adds a new shard routing (makes a copy of it), with reference data used from the index shard routing table if it needs to be created.
addShard(ImmutableShardRouting) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
addShould(Filter) - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
 
addSort(String, SortOrder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a sort against the given field name and the sort ordering.
addSort(SortBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a generic sort builder.
addStringToArray(String[], String) - Static method in class org.elasticsearch.common.Strings
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addToPendingCount(int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Adds (atomically) the given value to the pending count.
addTransferListener(TransferListener) - Method in class com.ning.http.client.listener.TransferCompletionHandler
addTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
addTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
addTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.http.HttpIngestClient
 
addTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.http.HttpSearchClient
 
addTransportAddresses(TransportAddress...) - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
addTransportAddresses(TransportAddress...) - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
addTransportAddresses(TransportAddress...) - Method in class org.elasticsearch.client.http.HttpIngestClient
 
addTransportAddresses(TransportAddress...) - Method in class org.elasticsearch.client.http.HttpSearchClient
 
addValidationError(String) - Method in exception org.elasticsearch.action.ActionRequestValidationException
 
addValidationError(String, ActionRequestValidationException) - Static method in class org.elasticsearch.action.ValidateActions
 
addValidationErrors(Iterable<String>) - Method in exception org.elasticsearch.action.ActionRequestValidationException
 
addWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
addWebSocketListener(WebSocketListener) - Method in interface com.ning.http.client.websocket.WebSocket
addWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler.Builder
Add a WebSocketListener that will be added to the WebSocket
adjustRequestRange(Request) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoke this API if you want to set the Range header on your Request based on the last valid bytes position.
AdminRequests - Class in org.elasticsearch.client
A handy one stop shop for creating admin requests (make sure to import static this class).
AdminRequests() - Constructor for class org.elasticsearch.client.AdminRequests
 
advance(int) - Method in class org.elasticsearch.common.lucene.docset.AllDocSet.AllDocIdSetIterator
 
advance(int) - Method in class org.elasticsearch.common.lucene.docset.NotDocIdSet.NotDocIdSetIterator
 
advance(int) - Method in class org.elasticsearch.common.lucene.docset.OrDocIdSet.OrDocIdSetIterator
 
advance(int) - Method in class org.elasticsearch.common.lucene.docset.OrDocSet.OrDocIdSetIterator
 
advance(int) - Method in class org.elasticsearch.common.lucene.search.EmptyScorer
 
after(Version) - Method in class org.elasticsearch.Version
 
afterBulk(long, BulkRequest, BulkResponse) - Method in interface org.elasticsearch.action.bulk.BulkProcessor.Listener
Callback after a successful execution of bulk request.
afterBulk(long, BulkRequest, Throwable) - Method in interface org.elasticsearch.action.bulk.BulkProcessor.Listener
Callback after a failed execution of bulk request.
afterUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
AHC_VERSION - Static variable in class com.ning.http.client.AsyncHttpClientConfig
 
alias() - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
alias() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
alias() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
AliasAction - Class in org.elasticsearch.cluster.metadata
 
AliasAction(AliasAction.Type, String, String) - Constructor for class org.elasticsearch.cluster.metadata.AliasAction
 
AliasAction(AliasAction.Type, String, String, String) - Constructor for class org.elasticsearch.cluster.metadata.AliasAction
 
AliasAction.Type - Enum in org.elasticsearch.cluster.metadata
 
aliasActions() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
aliases(IndicesAliasesRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Allows to add/remove aliases from indices.
aliases(IndicesAliasesRequest, ActionListener<IndicesAliasesResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Allows to add/remove aliases from indices.
aliases(IndicesAliasesRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
aliases(IndicesAliasesRequest, ActionListener<IndicesAliasesResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
aliases() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
aliases() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
AliasFilterParsingException - Exception in org.elasticsearch.indices
 
AliasFilterParsingException(Index, String, String) - Constructor for exception org.elasticsearch.indices.AliasFilterParsingException
 
AliasFilterParsingException(Index, String, String, Throwable) - Constructor for exception org.elasticsearch.indices.AliasFilterParsingException
 
AliasMetaData - Class in org.elasticsearch.cluster.metadata
 
AliasMetaData.Builder - Class in org.elasticsearch.cluster.metadata
 
AliasMetaData.Builder(String) - Constructor for class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
AliasMetaData.Builder(AliasMetaData) - Constructor for class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
alignObjectSize(long) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Aligns an object size to be the next multiple of RamUsageEstimator.NUM_BYTES_OBJECT_ALIGNMENT.
all() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Sets to return all the data.
all() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Sets to reutrn all the data.
all() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Sets all the request flags.
all() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Sets all the request flags.
all() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Sets all flags to return all stats.
all() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
Sets all flags to return all stats.
ALL - Static variable in enum org.elasticsearch.cluster.block.ClusterBlockLevel
 
ALL_NODES - Static variable in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
allActiveShardsGrouped(String[], boolean) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
allAssignedShardsGrouped(String[], boolean) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
AllDocSet - Class in org.elasticsearch.common.lucene.docset
An always positive
AllDocSet(int) - Constructor for class org.elasticsearch.common.lucene.docset.AllDocSet
 
AllDocSet.AllDocIdSetIterator - Class in org.elasticsearch.common.lucene.docset
 
AllDocSet.AllDocIdSetIterator(int) - Constructor for class org.elasticsearch.common.lucene.docset.AllDocSet.AllDocIdSetIterator
 
allFailures() - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
allocate() - Method in enum org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider.Decision
It can be allocated *now* on a node.
AllocateAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
Allocates an unassigned shard to a specific node.
AllocateAllocationCommand() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
AllocateAllocationCommand(ShardId, String, boolean) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
AllocateAllocationCommand.Factory - Class in org.elasticsearch.cluster.routing.allocation.command
 
AllocateAllocationCommand.Factory() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
 
AllocationCommand - Interface in org.elasticsearch.cluster.routing.allocation.command
 
AllocationCommandFactory<T extends AllocationCommand> - Interface in org.elasticsearch.cluster.routing.allocation.command
 
AllocationCommands - Class in org.elasticsearch.cluster.routing.allocation.command
 
AllocationCommands(AllocationCommand...) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
AllocationDecider - Interface in org.elasticsearch.cluster.routing.allocation.decider
 
AllocationDecider.Decision - Enum in org.elasticsearch.cluster.routing.allocation.decider
 
AllocationDeciders - Class in org.elasticsearch.cluster.routing.allocation.decider
Holds several AllocationDeciders and combines them into a single allocation decision.
AllocationDeciders() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
allocationExplanation() - Method in class org.elasticsearch.cluster.ClusterState
 
allocationExplanation(AllocationExplanation) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
AllocationExplanation - Class in org.elasticsearch.cluster.routing.allocation
 
AllocationExplanation() - Constructor for class org.elasticsearch.cluster.routing.allocation.AllocationExplanation
 
AllocationExplanation.NodeExplanation - Class in org.elasticsearch.cluster.routing.allocation
 
AllocationExplanation.NodeExplanation(DiscoveryNode, String) - Constructor for class org.elasticsearch.cluster.routing.allocation.AllocationExplanation.NodeExplanation
 
Allocator - Interface in org.elasticsearch.cluster.routing.allocation
 
AllowAllHostnameVerifier - Class in com.ning.http.util
 
AllowAllHostnameVerifier() - Constructor for class com.ning.http.util.AllowAllHostnameVerifier
 
allowed() - Method in enum org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider.Decision
Is allocation allowed on a node.
allowLeadingWildcard(boolean) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Should leading wildcards be allowed or not.
allowLeadingWildcard(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Should leading wildcards be allowed or not.
allowPoolingConnection - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
allowPrimary() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
allowPrimary() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
allowSslConnectionPool - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
allPrimaryShardsActive() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
allPrimaryShardsUnassigned() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
allShards(String...) - Method in class org.elasticsearch.cluster.routing.RoutingTable
All the shards (replicas) for the provided indices.
allShardsGrouped(String...) - Method in class org.elasticsearch.cluster.routing.RoutingTable
All the shards (primary + replicas) for the provided indices grouped (each group is a single element, consisting of the shard).
allValidationFailures() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
All the validation failures, including index level validation failures.
ALWAYS_INSTANCE - Static variable in enum org.elasticsearch.index.search.geo.GeoDistance
 
analyze(AnalyzeRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text under the provided index.
analyze(AnalyzeRequest, ActionListener<AnalyzeResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text under the provided index.
analyze(AnalyzeRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
analyze(AnalyzeRequest, ActionListener<AnalyzeResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
AnalyzeAction - Class in org.elasticsearch.action.admin.indices.analyze
 
analyzer(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
analyzer() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
analyzer(String) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
The optional analyzer used to analyze the query string.
analyzer(String) - Method in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
The analyzer that will be used to analyze the text.
analyzer(String) - Method in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
The analyzer that will be used to analyze the text.
analyzer(String) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Explicitly set the analyzer to use.
analyzer(String) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
The analyzer that will be used to analyze the text.
analyzer(String) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
The analyzer that will be used to analyze the text.
analyzer(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Explicitly set the analyzer to use.
analyzer(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
The optional analyzer used to analyze the query string.
AnalyzeRequest - Class in org.elasticsearch.action.admin.indices.analyze
A request to analyze a text associated with a specific index.
AnalyzeRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
Constructs a new analyzer request for the provided text.
AnalyzeRequest(String, String) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
Constructs a new analyzer request for the provided index and text.
AnalyzeRequestBuilder - Class in org.elasticsearch.action.admin.indices.analyze
 
AnalyzeRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
 
AnalyzeRequestBuilder(IndicesAdminClient, String, String) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
 
AnalyzeResponse - Class in org.elasticsearch.action.admin.indices.analyze
 
AnalyzeResponse(List<AnalyzeResponse.AnalyzeToken>) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
AnalyzeResponse.AnalyzeToken - Class in org.elasticsearch.action.admin.indices.analyze
 
AnalyzeResponse.AnalyzeToken(String, int, int, int, String) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
analyzeWildcard(boolean) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Set to true to enable analysis on wildcard and prefix queries.
analyzeWildcard(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set to true to enable analysis on wildcard and prefix queries.
and(FixedBitSet, DocIdSet) - Static method in class org.elasticsearch.common.lucene.docset.DocSets
 
AndDocIdSet - Class in org.elasticsearch.common.lucene.docset
 
AndDocIdSet(List<DocIdSet>) - Constructor for class org.elasticsearch.common.lucene.docset.AndDocIdSet
 
AndDocSet - Class in org.elasticsearch.common.lucene.docset
 
AndDocSet(List<DocSet>) - Constructor for class org.elasticsearch.common.lucene.docset.AndDocSet
 
AndFilter - Class in org.elasticsearch.common.lucene.search
 
AndFilter(List<? extends Filter>) - Constructor for class org.elasticsearch.common.lucene.search.AndFilter
 
andFilter(FilterBuilder...) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
AndFilterBuilder - Class in org.elasticsearch.index.query
A filter that matches documents matching boolean combinations of other filters.
AndFilterBuilder(FilterBuilder...) - Constructor for class org.elasticsearch.index.query.AndFilterBuilder
 
andNot(FixedBitSet, DocIdSet) - Static method in class org.elasticsearch.common.lucene.docset.DocSets
 
append(CharSequence) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Appends the specified character to this writer.
append(BytesRef) - Method in class org.elasticsearch.common.lucene.util.BytesRef
Appends the bytes from the given BytesRef
append(char[], int, int) - Method in class org.elasticsearch.common.lucene.util.CharsRef
Appends the given array to this CharsRef
AppendableBodyConsumer - Class in com.ning.http.client.consumers
An Appendable customer for ByteBuffer
AppendableBodyConsumer(Appendable, String) - Constructor for class com.ning.http.client.consumers.AppendableBodyConsumer
 
AppendableBodyConsumer(Appendable) - Constructor for class com.ning.http.client.consumers.AppendableBodyConsumer
 
appendEncoded(StringBuilder, String) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
applicationThreadPool - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
applyMinimumShouldMatch(BooleanQuery, String) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
applyRelativePath(String, String) - Static method in class org.elasticsearch.common.Strings
Apply the given relative path to the given path, assuming standard Java folder separation (i.e.
array() - Method in class org.elasticsearch.common.bytes.BytesArray
 
array() - Method in interface org.elasticsearch.common.bytes.BytesReference
The underlying byte array (if exists).
array() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
array(String, String...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(XContentBuilderString, String...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(String, Object...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(XContentBuilderString, Object...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
arrayOffset() - Method in class org.elasticsearch.common.bytes.BytesArray
 
arrayOffset() - Method in interface org.elasticsearch.common.bytes.BytesReference
The offset into the underlying byte array.
arrayOffset() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
arrayToCommaDelimitedString(Object[]) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a String array as a CSV String.
arrayToDelimitedString(Object[], String) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a String array as a delimited (e.g.
ArrayUtil - Class in org.elasticsearch.common.lucene.util
Methods for manipulating arrays.
ArrayUtil() - Constructor for class org.elasticsearch.common.lucene.util.ArrayUtil
Deprecated.
This constructor was not intended to be public and should not be used. This class contains solely a static utility methods. It will be made private in Lucene 4.0
arrive() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Arrives at this phaser, without waiting for others to arrive.
arriveAndAwaitAdvance() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Arrives at this phaser and awaits others.
arriveAndDeregister() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Arrives at this phaser and deregisters from it without waiting for others to arrive.
assignedReplicasIncludingRelocating() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
assignedReplicasIncludingRelocating() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
 
assignedShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
assignedShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
assignedShardsIt(int) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
assignedShardsRandomIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
assignedToNode() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
assignedToNode() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard is assigned to a node.
assignToNode(String) - Method in class org.elasticsearch.cluster.routing.MutableShardRouting
 
asUnordered() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
asUnordered() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
 
ASYNC_CLIENT - Static variable in class com.ning.http.client.AsyncHttpClientConfig
 
AsyncCompletionHandler<T> - Class in com.ning.http.client
An AsyncHandler augmented with an AsyncCompletionHandler.onCompleted(Response) convenience method which gets called when the Response processing is finished.
AsyncCompletionHandler() - Constructor for class com.ning.http.client.AsyncCompletionHandler
 
AsyncCompletionHandlerBase - Class in com.ning.http.client
Simple AsyncHandler of type Response
AsyncCompletionHandlerBase() - Constructor for class com.ning.http.client.AsyncCompletionHandlerBase
 
AsyncHandler<T> - Interface in com.ning.http.client
An asynchronous handler or callback which gets invoked as soon as some data is available when processing an asynchronous response.
Callback methods get invoked in the following order: AsyncHandler.onStatusReceived(HttpResponseStatus), AsyncHandler.onHeadersReceived(HttpResponseHeaders), AsyncHandler.onBodyPartReceived(HttpResponseBodyPart), which could be invoked multiple times, AsyncHandler.onCompleted(), once the response has been fully read.

Returning a AsyncHandler.STATE.ABORT from any of those callback methods will interrupt asynchronous response processing, after that only AsyncHandler.onCompleted() is going to be called.

asyncHandler(AsyncHandler<T>) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
asyncHandler - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
AsyncHandler.STATE - Enum in com.ning.http.client
 
AsyncHttpClient - Class in com.ning.http.client
This class support asynchronous and synchronous HTTP request.
AsyncHttpClient() - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using the default AsyncHttpClientConfig configuration.
AsyncHttpClient(AsyncHttpProvider) - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using an implementation of AsyncHttpProvider and the default AsyncHttpClientConfig configuration.
AsyncHttpClient(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using the specified AsyncHttpClientConfig configuration.
AsyncHttpClient(AsyncHttpProvider, AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and and a AsyncHttpProvider.
AsyncHttpClient(String, AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and and a AsyncHttpProvider class' name.
AsyncHttpClient.BoundRequestBuilder - Class in com.ning.http.client
 
AsyncHttpClientConfig - Class in com.ning.http.client
Configuration class to use with a AsyncHttpClient.
AsyncHttpClientConfig() - Constructor for class com.ning.http.client.AsyncHttpClientConfig
 
AsyncHttpClientConfig.Builder - Class in com.ning.http.client
Builder for an AsyncHttpClient
AsyncHttpClientConfig.Builder() - Constructor for class com.ning.http.client.AsyncHttpClientConfig.Builder
 
AsyncHttpClientConfig.Builder(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClientConfig.Builder
Create a config builder with values taken from the given prototype configuration.
AsyncHttpClientConfigBean - Class in com.ning.http.client
Simple JavaBean version of AsyncHttpClientConfig
AsyncHttpClientConfigBean() - Constructor for class com.ning.http.client.AsyncHttpClientConfigBean
 
AsyncHttpProvider - Interface in com.ning.http.client
Interface to be used when implementing custom asynchronous I/O HTTP client.
AsyncHttpProviderConfig<U,V> - Interface in com.ning.http.client
AsyncHttpProvider proprietary configurable properties.
AsyncHttpProviderUtils - Class in com.ning.http.util
AsyncHttpProvider common utilities.
AsyncHttpProviderUtils() - Constructor for class com.ning.http.util.AsyncHttpProviderUtils
 
atoi(byte[]) - Static method in class org.elasticsearch.common.Bytes
 
atol(byte[]) - Static method in class org.elasticsearch.common.Bytes
 
attachChannel(Channel) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
attachChannel(Channel, boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
attemptFails() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
attributes() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The node attributes.
AuthenticatorUtils - Class in com.ning.http.util
 
AuthenticatorUtils() - Constructor for class com.ning.http.util.AuthenticatorUtils
 
autoGeneratePhraseQueries(boolean) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Set to true if phrase queries will be automatically generated when the analyzer returns more than one term from whitespace delimited text.
autoGeneratePhraseQueries(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set to true if phrase queries will be automatically generated when the analyzer returns more than one term from whitespace delimited text.
available() - Method in class org.elasticsearch.common.compress.CompressedStreamInput
Method is overridden to report number of bytes that can now be read from decoded data buffer, without reading bytes from the underlying stream.
available - Static variable in class org.elasticsearch.common.compress.snappy.xerial.XerialSnappy
 
available() - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
available() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
available() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
available() - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
avoidProxy(ProxyServer, Request) - Static method in class com.ning.http.util.ProxyUtils
Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to target host.
avoidProxy(ProxyServer, String) - Static method in class com.ning.http.util.ProxyUtils
Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to target host.
await() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
 
await(long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
 
awaitAdvance(int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Awaits the phase of this phaser to advance from the given phase value, returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitAdvanceInterruptibly(int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Awaits the phase of this phaser to advance from the given phase value, throwing InterruptedException if interrupted while waiting, or returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitAdvanceInterruptibly(int, long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Awaits the phase of this phaser to advance from the given phase value or the given timeout to elapse, throwing InterruptedException if interrupted while waiting, or returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitTermination(long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
awaitTermination(long, TimeUnit) - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
awaitTermination(long, TimeUnit) - Method in interface org.elasticsearch.threadpool.ThreadPool
 
awaitTermination(long, TimeUnit) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 

B

Base64 - Class in com.ning.http.util
Implements the "base64" binary encoding scheme as defined by RFC 2045.
Base64 - Class in org.elasticsearch.common
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.elasticsearch.common
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.elasticsearch.common.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.elasticsearch.common.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.elasticsearch.common
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.elasticsearch.common.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.elasticsearch.common.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
base64Encode(byte[]) - Static method in class com.ning.http.client.providers.netty.WebSocketUtil
 
BaseFilterBuilder - Class in org.elasticsearch.index.query
 
BaseFilterBuilder() - Constructor for class org.elasticsearch.index.query.BaseFilterBuilder
 
BaseFuture<V> - Class in org.elasticsearch.common.util.concurrent
An abstract implementation of the ListenableFuture interface.
BaseFuture() - Constructor for class org.elasticsearch.common.util.concurrent.BaseFuture
 
BaseQueryBuilder - Class in org.elasticsearch.index.query
 
BaseQueryBuilder() - Constructor for class org.elasticsearch.index.query.BaseQueryBuilder
 
BaseTransportRequestHandler<T extends TransportRequest> - Class in org.elasticsearch.transport
A simple based class that always spawns.
BaseTransportRequestHandler() - Constructor for class org.elasticsearch.transport.BaseTransportRequestHandler
 
BaseTransportResponseHandler<T extends TransportResponse> - Class in org.elasticsearch.transport
A simple based class that always spawns.
BaseTransportResponseHandler() - Constructor for class org.elasticsearch.transport.BaseTransportResponseHandler
 
baseURL - Variable in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
URL used as the base, not including possibly query parameters.
BasicCachedStreamInput - Class in org.elasticsearch.common.io.stream
 
BasicCachedStreamInput() - Constructor for class org.elasticsearch.common.io.stream.BasicCachedStreamInput
 
BasicCachedStreamOutput - Class in org.elasticsearch.common.io.stream
 
BasicCachedStreamOutput() - Constructor for class org.elasticsearch.common.io.stream.BasicCachedStreamOutput
 
BasicCachedStreamOutput.Entry - Class in org.elasticsearch.common.io.stream
 
BasicCompressor - Interface in org.elasticsearch.common.compress
 
BasicCompressorFactory - Class in org.elasticsearch.common.compress
 
BasicCompressorFactory() - Constructor for class org.elasticsearch.common.compress.BasicCompressorFactory
 
BasicLZFCompressor - Class in org.elasticsearch.common.compress.lzf
 
BasicLZFCompressor() - Constructor for class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
BasicScriptEngineService - Interface in org.elasticsearch.script
 
BATCH_ENUM_DOCS - Static variable in class org.elasticsearch.common.lucene.client.Lucene
 
before(Version) - Method in class org.elasticsearch.Version
 
beforeBulk(long, BulkRequest) - Method in interface org.elasticsearch.action.bulk.BulkProcessor.Listener
Callback before the bulk is executed.
beforeLocalFork() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
beforeLocalFork() - Method in class org.elasticsearch.action.index.IndexRequest
Before we fork on a local thread, make sure we copy over the bytes if they are unsafe
beforeLocalFork() - Method in class org.elasticsearch.action.percolate.PercolateRequest
Before we fork on a local thread, make sure we copy over the bytes if they are unsafe
beforeLocalFork() - Method in class org.elasticsearch.action.search.SearchRequest
Internal.
beforeLocalFork() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
beforeLocalFork() - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
Called before the request gets forked into a local thread.
beforeLocalFork() - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
 
beforeLocalFork() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
beforeLocalFork() - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
 
beforeStart() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
beforeStart() - Method in class org.elasticsearch.action.count.CountRequest
 
beforeStart() - Method in class org.elasticsearch.action.search.SearchRequest
 
beforeStart() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
beforeUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
binaryValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
binaryValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
BindTransportException - Exception in org.elasticsearch.transport
 
BindTransportException(String) - Constructor for exception org.elasticsearch.transport.BindTransportException
 
BindTransportException(String, Throwable) - Constructor for exception org.elasticsearch.transport.BindTransportException
 
block() - Method in interface org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool.ManagedBlocker
Possibly blocks the current thread, for example waiting for a lock or condition.
blocks() - Method in exception org.elasticsearch.cluster.block.ClusterBlockException
 
blocks(ClusterBlocks) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
blocks() - Method in class org.elasticsearch.cluster.ClusterState
 
blocks(ClusterBlocks.Builder) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
blocks(ClusterBlocks) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
blocks() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
blocksChanged() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
bloomCache() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
bloomCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
bloomSize() - Method in class org.elasticsearch.index.cache.CacheStats
 
bloomSizeInBytes() - Method in class org.elasticsearch.index.cache.CacheStats
 
Body - Interface in com.ning.http.client
A request body.
body(CharSequence) - Method in class org.elasticsearch.action.support.HttpRequest
 
body(BytesReference) - Method in class org.elasticsearch.action.support.HttpRequest
 
BodyConsumer - Interface in com.ning.http.client
A simple API to be used with the SimpleAsyncHttpClient class in order to process response's bytes.
BodyDeferringAsyncHandler - Class in com.ning.http.client
An AsyncHandler that returns Response (without body, so status code and headers only) as fast as possible for inspection, but leaves you the option to defer body consumption.
BodyDeferringAsyncHandler(OutputStream) - Constructor for class com.ning.http.client.BodyDeferringAsyncHandler
 
BodyDeferringAsyncHandler.BodyDeferringInputStream - Class in com.ning.http.client
A simple helper class that is used to perform automatic "join" for async download and the error checking of the Future of the request.
BodyDeferringAsyncHandler.BodyDeferringInputStream(Future<Response>, BodyDeferringAsyncHandler, InputStream) - Constructor for class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
 
BodyGenerator - Interface in com.ning.http.client
Creates a request body.
bodyParts - Variable in class com.ning.http.client.providers.ResponseBase
 
Booleans - Class in org.elasticsearch.common
 
Booleans() - Constructor for class org.elasticsearch.common.Booleans
 
booleanValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
booleanValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
boolFilter() - Static method in class org.elasticsearch.index.query.FilterBuilders
 
BoolFilterBuilder - Class in org.elasticsearch.index.query
A filter that matches documents matching boolean combinations of other filters.
BoolFilterBuilder() - Constructor for class org.elasticsearch.index.query.BoolFilterBuilder
 
boolQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents matching boolean combinations of other queries.
BoolQueryBuilder - Class in org.elasticsearch.index.query
A Query that matches documents matching boolean combinations of other queries.
BoolQueryBuilder() - Constructor for class org.elasticsearch.index.query.BoolQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Sets the boost for this query.
boost(float) - Method in interface org.elasticsearch.index.query.BoostableQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.CustomScoreQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.FilteredQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.HasChildQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.HasParentQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Set the boost to apply to the query.
boost(float) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Set the boost to apply to the query.
boost(float) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.SpanTermQueryBuilder
 
boost(float) - Method in class org.elasticsearch.index.query.TermQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.TopChildrenQueryBuilder
Sets the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
Sets the boost for this query.
BoostableQueryBuilder<B extends BoostableQueryBuilder<B>> - Interface in org.elasticsearch.index.query
Query builder which allow setting some boost
boostFactor(float) - Method in class org.elasticsearch.index.query.CustomBoostFactorQueryBuilder
Sets the boost factor for this query.
boostingQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
The BoostingQuery class can be used to effectively demote results that match a given query.
BoostingQueryBuilder - Class in org.elasticsearch.index.query
The BoostingQuery class can be used to effectively demote results that match a given query.
BoostingQueryBuilder() - Constructor for class org.elasticsearch.index.query.BoostingQueryBuilder
 
boostTerms(float) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The boost factor to use when boosting terms.
boostTerms() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The boost factor to use when boosting terms.
boostTerms(float) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
Sets the boost factor to use when boosting terms.
boostTerms(float) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the boost factor to use when boosting terms.
bootClassPath() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
BOSS_EXECUTOR_SERVICE - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Allow configuring the Netty's boss executor service.
bottomRight(double, double) - Method in class org.elasticsearch.common.geo.ShapeBuilder.RectangleBuilder
Sets the bottom right point of the Rectangle
bottomRight(double, double) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
Adds bottom right point.
bottomRight(String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
 
bottomRight() - Method in interface org.elasticsearch.index.search.geo.GeoDistance.DistanceBoundingCheck
 
bottomRight() - Method in class org.elasticsearch.index.search.geo.GeoDistance.Meridian180DistanceBoundingCheck
 
bottomRight() - Method in class org.elasticsearch.index.search.geo.GeoDistance.SimpleDistanceBoundingCheck
 
boundAddress() - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
boundAddress() - Method in class org.elasticsearch.transport.client.ClientTransportService
 
boundAddress() - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
boundAddress() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
boundAddress() - Method in interface org.elasticsearch.transport.Transport
The address the transport is bound on.
BOUNDARY - Static variable in class com.ning.http.multipart.Part
The boundary
BoundTransportAddress - Class in org.elasticsearch.common.transport
A bounded transport address is a tuple of two TransportAddress, one that represents the address the transport is bounded on, the the published one represents the one clients should communicate on.
BoundTransportAddress(TransportAddress, TransportAddress) - Constructor for class org.elasticsearch.common.transport.BoundTransportAddress
 
BroadcastOperationRequest<T extends BroadcastOperationRequest> - Class in org.elasticsearch.action.support.broadcast
 
BroadcastOperationRequest() - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
BroadcastOperationRequest(String[]) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
BroadcastOperationRequestBuilder<Request extends BroadcastOperationRequest<Request>,Response extends BroadcastOperationResponse,RequestBuilder extends BroadcastOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.broadcast
 
BroadcastOperationRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
 
BroadcastOperationResponse - Class in org.elasticsearch.action.support.broadcast
Base class for all broadcast operation based responses.
BroadcastOperationResponse() - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
 
BroadcastOperationResponse(int, int, int, List<ShardOperationFailedException>) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
 
BroadcastOperationThreading - Enum in org.elasticsearch.action.support.broadcast
Controls the operation threading model for broadcast operation that are performed locally on the executing node.
BroadcastShardOperationResponse - Class in org.elasticsearch.action.support.broadcast
 
BroadcastShardOperationResponse() - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
 
BroadcastShardOperationResponse(String, int) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
 
buf - Variable in class org.elasticsearch.common.io.FastByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class org.elasticsearch.common.io.FastByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class org.elasticsearch.common.io.FastCharArrayReader
The character buffer.
buf - Variable in class org.elasticsearch.common.io.FastCharArrayWriter
The buffer where data is stored.
buf - Variable in class org.elasticsearch.common.io.stream.BytesStreamInput
 
buf - Variable in class org.elasticsearch.common.io.stream.BytesStreamOutput
The buffer where data is stored.
buf - Variable in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
The buffer where data is stored.
BUFFER_SIZE - Static variable in class org.elasticsearch.common.io.Streams
 
build() - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
build() - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
build() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
build() - Method in class com.ning.http.client.Realm.RealmBuilder
Build a Realm
build() - Method in class com.ning.http.client.RequestBuilder
 
build() - Method in class com.ning.http.client.RequestBuilderBase
 
build() - Method in class com.ning.http.client.Response.ResponseBuilder
Build a Response instance
build() - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
build() - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
build() - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler.Builder
build() - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Builds a new bulk processor.
build() - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
build() - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
build() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
build() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
build() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
build() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
build() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
build() - Method in class org.elasticsearch.common.geo.ShapeBuilder.PolygonBuilder
Builds a Shape instance representing the polygon
build() - Method in class org.elasticsearch.common.geo.ShapeBuilder.RectangleBuilder
Builds the Rectangle instance
build() - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Builds a Settings (underlying uses ImmutableSettings) based on everything set on this builder.
build() - Method in interface org.elasticsearch.common.settings.Settings.Builder
Builds the settings.
build - Variable in class org.elasticsearch.Version
 
buildAsBytes(XContentType) - Method in class org.elasticsearch.action.explain.ExplainSourceBuilder
 
buildAsBytes() - Method in class org.elasticsearch.index.query.BaseQueryBuilder
 
buildAsBytes(XContentType) - Method in class org.elasticsearch.index.query.BaseQueryBuilder
 
buildAsBytes() - Method in interface org.elasticsearch.index.query.QueryBuilder
 
buildAsBytes(XContentType) - Method in interface org.elasticsearch.index.query.QueryBuilder
 
buildAsBytes() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
buildAsBytes(XContentType) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
buildDynamicNodes() - Method in interface org.elasticsearch.discovery.tao.ping.unicast.UnicastHostsProvider
Builds the dynamic list of unicast hosts to be used for unicast discovery.
builder(IngestClient, BulkProcessor.Listener) - Static method in class org.elasticsearch.action.bulk.BulkProcessor
 
builder() - Static method in class org.elasticsearch.cluster.block.ClusterBlocks
 
builder() - Static method in class org.elasticsearch.cluster.ClusterState
 
builder(String) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
builder(String) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
builder(String) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
builder() - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
builder() - Static method in class org.elasticsearch.cluster.routing.RoutingTable
 
builder(XContent) - Static method in class org.elasticsearch.common.xcontent.XContentBuilder
Constructs a new builder using a fresh FastByteArrayOutputStream.
buildFailureMessage() - Method in class org.elasticsearch.action.bulk.BulkResponse
 
buildFromKeyValue(Map<String, String>) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
 
buildFromSettings(String, Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
 
buildRequest(AsyncHttpClientConfig, Request, URI, boolean, ChannelBuffer) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
buildRequest(Settings) - Method in class org.elasticsearch.action.support.HttpRequest
 
buildRequest(BasicCachedStreamOutput.Entry, long, String, Streamable, TransportRequestOptions) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
buildResponse(BasicCachedStreamOutput.Entry, long, Streamable, TransportResponseOptions) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
bulk(BulkRequest) - Method in interface org.elasticsearch.client.IngestClient
Executes a bulk of index / delete operations.
bulk(BulkRequest, ActionListener<BulkResponse>) - Method in interface org.elasticsearch.client.IngestClient
Executes a bulk of index / delete operations.
bulk(BulkRequest) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
bulk(BulkRequest, ActionListener<BulkResponse>) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
BULK - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
BulkAction - Class in org.elasticsearch.action.bulk
 
BulkItemResponse - Class in org.elasticsearch.action.bulk
Represents a single item response for an action executed as part of the bulk API.
BulkItemResponse(int, String, ActionResponse) - Constructor for class org.elasticsearch.action.bulk.BulkItemResponse
 
BulkItemResponse(int, String, BulkItemResponse.Failure) - Constructor for class org.elasticsearch.action.bulk.BulkItemResponse
 
BulkItemResponse.Failure - Class in org.elasticsearch.action.bulk
Represents a failure.
BulkItemResponse.Failure(String, String, String, String) - Constructor for class org.elasticsearch.action.bulk.BulkItemResponse.Failure
 
BulkProcessor - Class in org.elasticsearch.action.bulk
A bulk processor is a thread safe bulk processing class, allowing to easily set when to "flush" a new bulk request (either based on number of actions, based on the size, or time), and to easily control the number of concurrent bulk requests allowed to be executed in parallel.
BulkProcessor.Builder - Class in org.elasticsearch.action.bulk
A builder used to create a build an instance of a bulk processor.
BulkProcessor.Builder(IngestClient, BulkProcessor.Listener) - Constructor for class org.elasticsearch.action.bulk.BulkProcessor.Builder
Creates a builder of bulk processor with the client to use and the listener that will be used to be notified on the completion of bulk requests.
BulkProcessor.Listener - Interface in org.elasticsearch.action.bulk
A listener for the execution.
bulkRegister(int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Adds the given number of new unarrived parties to this phaser.
BulkRequest - Class in org.elasticsearch.action.bulk
A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkRequest() - Constructor for class org.elasticsearch.action.bulk.BulkRequest
 
bulkRequest() - Static method in class org.elasticsearch.client.IngestRequests
Creats a new bulk request.
BulkRequestBuilder - Class in org.elasticsearch.action.bulk
A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkRequestBuilder(IngestClient) - Constructor for class org.elasticsearch.action.bulk.BulkRequestBuilder
 
BulkResponse - Class in org.elasticsearch.action.bulk
A response of a bulk execution.
BulkResponse(BulkItemResponse[], long) - Constructor for class org.elasticsearch.action.bulk.BulkResponse
 
ByteArrayBodyGenerator - Class in com.ning.http.client.generators
A BodyGenerator backed by a byte array.
ByteArrayBodyGenerator(byte[]) - Constructor for class com.ning.http.client.generators.ByteArrayBodyGenerator
 
ByteArrayBodyGenerator.ByteBody - Class in com.ning.http.client.generators
 
ByteArrayBodyGenerator.ByteBody() - Constructor for class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
ByteArrayPart - Class in com.ning.http.client
 
ByteArrayPart(String, String, byte[], String, String) - Constructor for class com.ning.http.client.ByteArrayPart
 
ByteArrayPartSource - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
ByteArrayPartSource(String, byte[]) - Constructor for class com.ning.http.multipart.ByteArrayPartSource
Constructor for ByteArrayPartSource.
ByteBufferBodyConsumer - Class in com.ning.http.client.consumers
A ByteBuffer implementation of BodyConsumer
ByteBufferBodyConsumer(ByteBuffer) - Constructor for class com.ning.http.client.consumers.ByteBufferBodyConsumer
 
ByteBufferStreamInput - Class in org.elasticsearch.common.io.stream
 
ByteBufferStreamInput(ByteBuffer) - Constructor for class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
Bytes - Class in org.elasticsearch.common
 
Bytes() - Constructor for class org.elasticsearch.common.Bytes
 
bytes - Variable in class org.elasticsearch.common.bytes.BytesArray
 
bytes() - Method in interface org.elasticsearch.common.io.BytesStream
 
bytes() - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Returns the underlying byte array.
bytes() - Method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput.Entry
 
bytes(BasicCompressor) - Method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput.Entry
 
bytes() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
bytes() - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
bytes() - Method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput.Entry
 
bytes(BasicCompressor) - Method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput.Entry
 
bytes - Variable in class org.elasticsearch.common.lucene.util.BytesRef
The contents of the BytesRef.
bytes() - Method in class org.elasticsearch.common.text.StringAndBytesText
 
bytes() - Method in class org.elasticsearch.common.text.StringText
 
bytes() - Method in interface org.elasticsearch.common.text.Text
The UTF8 bytes representing the the text, might be converted on the fly, see Text.hasBytes()
bytes() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
bytes() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
BYTES_LIMIT - Static variable in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput
 
BYTES_LIMIT - Static variable in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput
 
BytesArray - Class in org.elasticsearch.common.bytes
 
BytesArray(String) - Constructor for class org.elasticsearch.common.bytes.BytesArray
 
BytesArray(byte[]) - Constructor for class org.elasticsearch.common.bytes.BytesArray
 
BytesArray(byte[], int, int) - Constructor for class org.elasticsearch.common.bytes.BytesArray
 
bytesAsInt() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
bytesEquals(BytesArray) - Method in class org.elasticsearch.common.bytes.BytesArray
 
bytesEquals(BytesRef) - Method in class org.elasticsearch.common.lucene.util.BytesRef
Expert: compares the bytes against another BytesRef, returning true if the bytes are equal.
ByteSizeUnit - Enum in org.elasticsearch.common.unit
A SizeUnit represents size at a given unit of granularity and provides utility methods to convert across units.
ByteSizeValue - Class in org.elasticsearch.common.unit
 
ByteSizeValue(long) - Constructor for class org.elasticsearch.common.unit.ByteSizeValue
 
ByteSizeValue(long, ByteSizeUnit) - Constructor for class org.elasticsearch.common.unit.ByteSizeValue
 
BytesRef - Class in org.elasticsearch.common.lucene.util
Represents byte[], as a slice (offset + length) into an existing byte[].
BytesRef() - Constructor for class org.elasticsearch.common.lucene.util.BytesRef
Create a BytesRef with BytesRef.EMPTY_BYTES
BytesRef(byte[], int, int) - Constructor for class org.elasticsearch.common.lucene.util.BytesRef
This instance will directly reference bytes w/o making a copy.
BytesRef(byte[]) - Constructor for class org.elasticsearch.common.lucene.util.BytesRef
This instance will directly reference bytes w/o making a copy.
BytesRef(int) - Constructor for class org.elasticsearch.common.lucene.util.BytesRef
Create a BytesRef pointing to a new array of size capacity.
BytesRef(CharSequence) - Constructor for class org.elasticsearch.common.lucene.util.BytesRef
Initialize the byte[] from the UTF8 bytes for the provided String.
BytesReference - Interface in org.elasticsearch.common.bytes
A reference to bytes.
BytesStream - Interface in org.elasticsearch.common.io
 
bytesStream() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Returns the actual stream used.
BytesStreamInput - Class in org.elasticsearch.common.io.stream
 
BytesStreamInput(BytesReference) - Constructor for class org.elasticsearch.common.io.stream.BytesStreamInput
 
BytesStreamInput(byte[], boolean) - Constructor for class org.elasticsearch.common.io.stream.BytesStreamInput
 
BytesStreamInput(byte[], int, int, boolean) - Constructor for class org.elasticsearch.common.io.stream.BytesStreamInput
 
BytesStreamOutput - Class in org.elasticsearch.common.io.stream
 
BytesStreamOutput() - Constructor for class org.elasticsearch.common.io.stream.BytesStreamOutput
 
BytesStreamOutput(int) - Constructor for class org.elasticsearch.common.io.stream.BytesStreamOutput
 
bytesToDouble(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to double.
bytesToFloat(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to float.
bytesToInt(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to an int.
bytesToLong(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to a long.
bytesToShort(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to an short.

C

cache(boolean) - Method in class org.elasticsearch.index.query.AndFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.BoolFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.GeoPolygonFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.GeoShapeFilterBuilder
Sets whether the filter will be cached.
cache(boolean) - Method in class org.elasticsearch.index.query.NestedFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.NotFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.OrFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.PrefixFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.QueryFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.ScriptFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.TermFilterBuilder
Should the filter be cached or not.
cache(boolean) - Method in class org.elasticsearch.index.query.TermsFilterBuilder
Should the filter be cached or not.
cache() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
CACHE - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
cacheable(IndexReader, DocIdSet) - Static method in class org.elasticsearch.common.lucene.docset.DocSets
Returns a cacheable version of the doc id set (might be the same instance provided as a parameter).
cachedHandles(StreamInput) - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamInput
 
cachedHandles(StreamInput) - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamInput
 
cachedHandlesCompressed(BasicCompressor, StreamInput) - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamInput
 
cachedHandlesCompressed(NettyCompressor, StreamInput) - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamInput
 
CachedStreams - Class in org.elasticsearch.common.io
 
CachedStreams() - Constructor for class org.elasticsearch.common.io.CachedStreams
 
cacheKey(String) - Method in class org.elasticsearch.index.query.AndFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.BoolFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.GeoPolygonFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.GeoShapeFilterBuilder
Sets the key used for the filter if it is cached
cacheKey(String) - Method in class org.elasticsearch.index.query.NestedFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.OrFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.PrefixFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.ScriptFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.TermFilterBuilder
 
cacheKey(String) - Method in class org.elasticsearch.index.query.TermsFilterBuilder
 
cacheSize() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
CacheStats - Class in org.elasticsearch.index.cache
 
CacheStats() - Constructor for class org.elasticsearch.index.cache.CacheStats
 
CacheStats(long, long, long, long, long, long, long) - Constructor for class org.elasticsearch.index.cache.CacheStats
 
calculate(double, double) - Method in class org.elasticsearch.index.search.geo.GeoDistance.ArcFixedSourceDistance
 
calculate(double, double, double, double, DistanceUnit) - Method in enum org.elasticsearch.index.search.geo.GeoDistance
 
calculate(double, double) - Method in class org.elasticsearch.index.search.geo.GeoDistance.FactorFixedSourceDistance
 
calculate(double, double) - Method in interface org.elasticsearch.index.search.geo.GeoDistance.FixedSourceDistance
 
calculate(double, double) - Method in class org.elasticsearch.index.search.geo.GeoDistance.PlaneFixedSourceDistance
 
calculateAndAddSignature(String, Request, RequestBuilderBase<?>) - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
calculateAndAddSignature(String, Request, RequestBuilderBase<?>) - Method in interface com.ning.http.client.SignatureCalculator
Method called when RequestBuilder.build() method is called.
calculateCharset() - Method in class com.ning.http.client.providers.ResponseBase
 
calculateSignature(String, String, long, String, FluentStringsMap, FluentStringsMap) - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
Method for calculating OAuth signature using HMAC/SHA-1 method.
camelCase() - Method in class org.elasticsearch.common.xcontent.XContentBuilderString
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in interface org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.SimpleAllocationDecider
 
canBindToMcastAddress() - Static method in class org.elasticsearch.common.network.NetworkUtils
 
canCacheConnection() - Method in interface com.ning.http.client.ConnectionsPool
Return true if a connection can be cached.
canCacheConnection() - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Return true if a connection can be cached.
cancel(boolean) - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
cancel(boolean) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
cancel(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
cancel(boolean) - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
 
cancel(boolean) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Attempts to cancel execution of this task.
CancelAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
A command that cancel relocation, or recovery of a given shard on a node.
CancelAllocationCommand() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
CancelAllocationCommand(ShardId, String, boolean) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
CancelAllocationCommand.Factory - Class in org.elasticsearch.cluster.routing.allocation.command
 
CancelAllocationCommand.Factory() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
 
cancelled - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
cancelRelocation() - Method in class org.elasticsearch.cluster.routing.MutableShardRouting
 
cannotBeReplay() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Return true if the Future cannot be recovered.
canRebalance(ShardRouting, RoutingAllocation) - Method in interface org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.SimpleAllocationDecider
 
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in interface org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Can the provided shard routing remain on the node?
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.SimpleAllocationDecider
Can the provided shard routing remain on the node?
canRetry() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
capacity() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
capacity() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
CAPACITY - Static variable in class org.elasticsearch.threadpool.ThreadPoolInfoElement.Fields
 
capacity() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
capitalize(String) - Static method in class org.elasticsearch.common.Strings
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
cause() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The cause for this index creation.
cause(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The cause for this index creation.
cause(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The cause for this index creation.
cause(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The cause for this index template creation.
cause() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
cause(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The cause for this index template creation.
changed() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocationResult
 
channel() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
channel(TransportRequestOptions.Type) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport.NodeChannels
 
ChannelBufferBytesReference - Class in org.elasticsearch.common.bytes
 
ChannelBufferBytesReference(ChannelBuffer) - Constructor for class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
ChannelBufferStreamInput - Class in org.elasticsearch.transport.netty
A Netty ChannelBuffer based StreamInput.
ChannelBufferStreamInput(ChannelBuffer) - Constructor for class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
ChannelBufferStreamInput(ChannelBuffer, int) - Constructor for class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
ChannelBufferStreamInputFactory - Class in org.elasticsearch.transport.netty
 
ChannelBufferStreamInputFactory() - Constructor for class org.elasticsearch.transport.netty.ChannelBufferStreamInputFactory
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
charAt(int) - Method in class org.elasticsearch.common.io.FastStringReader
 
charAt(int) - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
chars - Variable in class org.elasticsearch.common.lucene.util.CharsRef
 
charsEquals(CharsRef) - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
CharSequenceReader - Class in org.elasticsearch.common.io
 
CharSequenceReader() - Constructor for class org.elasticsearch.common.io.CharSequenceReader
 
CHARSET - Static variable in class com.ning.http.multipart.Part
Content charset
CharsRef - Class in org.elasticsearch.common.lucene.util
Represents char[], as a slice (offset + length) into an existing char[].
CharsRef() - Constructor for class org.elasticsearch.common.lucene.util.CharsRef
Creates a new CharsRef initialized an empty array zero-length
CharsRef(int) - Constructor for class org.elasticsearch.common.lucene.util.CharsRef
Creates a new CharsRef initialized with an array of the given capacity
CharsRef(char[], int, int) - Constructor for class org.elasticsearch.common.lucene.util.CharsRef
Creates a new CharsRef initialized with the given array, offset and length
CharsRef(String) - Constructor for class org.elasticsearch.common.lucene.util.CharsRef
Creates a new CharsRef initialized with the given Strings character array
checkArgument(boolean) - Static method in class org.elasticsearch.common.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class org.elasticsearch.common.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class org.elasticsearch.common.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkBodyParts(int, Collection<HttpResponseBodyPart>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
checkContentsNotNull(T) - Static method in class org.elasticsearch.common.Preconditions
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements.
checkContentsNotNull(T, Object) - Static method in class org.elasticsearch.common.Preconditions
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements.
checkContentsNotNull(T, String, Object...) - Static method in class org.elasticsearch.common.Preconditions
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements.
checkElementIndex(int, int) - Static method in class org.elasticsearch.common.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - Static method in class org.elasticsearch.common.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkMkdirsStall(long) - Static method in class org.elasticsearch.common.io.FileSystemUtils
 
checkNotNull(T) - Static method in class org.elasticsearch.common.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - Static method in class org.elasticsearch.common.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - Static method in class org.elasticsearch.common.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - Static method in class org.elasticsearch.common.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - Static method in class org.elasticsearch.common.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - Static method in class org.elasticsearch.common.Preconditions
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkState(boolean) - Static method in class org.elasticsearch.common.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - Static method in class org.elasticsearch.common.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - Static method in class org.elasticsearch.common.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
chunk() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
 
chunkSize - Variable in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamInput
 
Classes - Class in org.elasticsearch.common
 
classLoader(ClassLoader) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the class loader associated with the settings built.
classPath() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
clause(SpanQueryBuilder) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
clause(SpanQueryBuilder) - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
cleanHandles() - Method in class org.elasticsearch.common.io.stream.HandlesStreamInput
 
cleanPath(String) - Static method in class org.elasticsearch.common.Strings
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
CleanupChannelGroup - Class in com.ning.http.client.providers.netty.util
Extension of DefaultChannelGroup that's used mainly as a cleanup container, where CleanupChannelGroup.close() is only supposed to be called once.
CleanupChannelGroup() - Constructor for class com.ning.http.client.providers.netty.util.CleanupChannelGroup
 
CleanupChannelGroup(String) - Constructor for class com.ning.http.client.providers.netty.util.CleanupChannelGroup
 
clear() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
clear() - Method in class com.ning.http.client.FluentStringsMap
clear() - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
clear() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Clears all info flags.
clear() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Clears all info flags.
clear() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Clears all the request flags.
clear() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Clears all stats flags.
clear() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Clears all stats.
clear() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
Clears all stats.
clear() - Method in class org.elasticsearch.common.collect.MapBackedSet
 
clear() - Method in class org.elasticsearch.common.collect.MapBuilder
 
clear() - Static method in class org.elasticsearch.common.io.CachedStreams
 
clear() - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamInput
 
clear() - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput
 
clear() - Method in class org.elasticsearch.common.io.stream.HandlesStreamOutput
 
clear() - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamInput
 
clear() - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput
 
clear() - Method in class org.elasticsearch.common.metrics.MeanMetric
 
clear() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
clear() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Removes all of the elements from this deque.
clear() - Method in class org.elasticsearch.script.ContentScriptService
 
clearCache(ClearIndicesCacheRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Clear indices cache.
clearCache(ClearIndicesCacheRequest, ActionListener<ClearIndicesCacheResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Clear indices cache.
clearCache(ClearIndicesCacheRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
clearCache(ClearIndicesCacheRequest, ActionListener<ClearIndicesCacheResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
ClearIndicesCacheAction - Class in org.elasticsearch.action.admin.indices.cache.clear
 
ClearIndicesCacheRequest - Class in org.elasticsearch.action.admin.indices.cache.clear
 
ClearIndicesCacheRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
clearIndicesCacheRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a clean indices cache request.
ClearIndicesCacheRequestBuilder - Class in org.elasticsearch.action.admin.indices.cache.clear
 
ClearIndicesCacheRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
ClearIndicesCacheResponse - Class in org.elasticsearch.action.admin.indices.cache.clear
The response of a refresh action.
clearReferencesThreadLocals() - Static method in class org.elasticsearch.common.util.concurrent.ThreadLocals
 
client - Variable in class org.elasticsearch.action.ActionRequestBuilder
 
ClientEnvironment - Class in org.elasticsearch.env
The environment of where things exists.
ClientEnvironment() - Constructor for class org.elasticsearch.env.ClientEnvironment
 
ClientEnvironment(Settings) - Constructor for class org.elasticsearch.env.ClientEnvironment
 
ClientEsExecutors - Class in org.elasticsearch.common.util.concurrent
 
ClientNettyTransport - Class in org.elasticsearch.transport.netty
There are 3 types of connections per node, low/med/high.
ClientNettyTransport(ThreadPool) - Constructor for class org.elasticsearch.transport.netty.ClientNettyTransport
 
ClientNettyTransport(Settings, ThreadPool) - Constructor for class org.elasticsearch.transport.netty.ClientNettyTransport
 
ClientNettyTransport(Settings, ThreadPool, TransportNetworkService) - Constructor for class org.elasticsearch.transport.netty.ClientNettyTransport
 
ClientNettyTransport.CacheFutureListener - Class in org.elasticsearch.transport.netty
 
ClientNettyTransport.CacheFutureListener(NettyCachedStreamOutput.Entry) - Constructor for class org.elasticsearch.transport.netty.ClientNettyTransport.CacheFutureListener
 
ClientNettyTransport.NodeChannels - Class in org.elasticsearch.transport.netty
 
ClientNettyTransport.NodeChannels(Channel[], Channel[], Channel[]) - Constructor for class org.elasticsearch.transport.netty.ClientNettyTransport.NodeChannels
 
clientNode(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
clientNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Is the node a client node or not.
ClientSettingsFilter - Class in org.elasticsearch.common.settings
 
ClientSettingsFilter(Settings) - Constructor for class org.elasticsearch.common.settings.ClientSettingsFilter
 
ClientSettingsFilter.Filter - Interface in org.elasticsearch.common.settings
 
ClientSnappyCompressedStreamInput - Class in org.elasticsearch.common.compress.snappy
 
ClientSnappyCompressedStreamInput(StreamInput, SnappyCompressorContext) - Constructor for class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamInput
 
ClientSnappyCompressedStreamOutput - Class in org.elasticsearch.common.compress.snappy
 
ClientSnappyCompressedStreamOutput(StreamOutput, SnappyCompressorContext) - Constructor for class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamOutput
 
ClientSnappyCompressor - Class in org.elasticsearch.common.compress.snappy
 
ClientSnappyCompressor() - Constructor for class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
ClientThreadPool - Class in org.elasticsearch.threadpool.client
 
ClientThreadPool() - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPool
 
ClientThreadPool(Settings) - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPool
 
ClientThreadPool.Names - Class in org.elasticsearch.threadpool.client
 
ClientThreadPool.Names() - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPool.Names
 
ClientThreadPoolInfo - Class in org.elasticsearch.threadpool.client
 
ClientThreadPoolInfo(List<ThreadPoolInfoElement>) - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPoolInfo
 
ClientThreadPoolInfoElement - Class in org.elasticsearch.threadpool.client
 
ClientThreadPoolInfoElement(String, String) - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
ClientThreadPoolInfoElement(String, String, int) - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
ClientThreadPoolInfoElement(String, String, int, int, TimeValue, SizeValue) - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
ClientThreadPoolStats - Class in org.elasticsearch.threadpool.client
 
ClientThreadPoolStats(List<ThreadPoolStatsElement>) - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPoolStats
 
ClientThreadPoolStatsElement - Class in org.elasticsearch.threadpool.client
 
ClientThreadPoolStatsElement(String, int, int, int, long) - Constructor for class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
ClientTransportService - Class in org.elasticsearch.transport.client
 
ClientTransportService(Transport, ThreadPool) - Constructor for class org.elasticsearch.transport.client.ClientTransportService
 
ClientTransportService(Settings, Transport, ThreadPool) - Constructor for class org.elasticsearch.transport.client.ClientTransportService
 
ClientTransportStreams - Class in org.elasticsearch.transport.support
 
ClientTransportStreams() - Constructor for class org.elasticsearch.transport.support.ClientTransportStreams
 
ClientXerialSnappyCompressor - Class in org.elasticsearch.common.compress.snappy.xerial
 
ClientXerialSnappyCompressor() - Constructor for class org.elasticsearch.common.compress.snappy.xerial.ClientXerialSnappyCompressor
 
clone(Realm) - Method in class com.ning.http.client.Realm.RealmBuilder
 
clone() - Method in class org.elasticsearch.common.lucene.util.BytesRef
 
clone() - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
close() - Method in class com.ning.http.client.AsyncHttpClient
Close the underlying connections.
close() - Method in interface com.ning.http.client.AsyncHttpProvider
Close the current underlying TCP/HTTP connection.
close() - Method in interface com.ning.http.client.Body
Releases any resources associated with this body.
close() - Method in interface com.ning.http.client.BodyConsumer
Invoked when all the response bytes has been processed.
close() - Method in class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
Closes the input stream, and "joins" (wait for complete execution together with potential exception thrown) of the async request.
close() - Method in class com.ning.http.client.consumers.AppendableBodyConsumer
Invoked when all the response bytes has been processed.
close() - Method in class com.ning.http.client.consumers.ByteBufferBodyConsumer
Invoked when all the response bytes has been processed.
close() - Method in class com.ning.http.client.consumers.FileBodyConsumer
Invoked when all the response bytes has been processed.
close() - Method in class com.ning.http.client.consumers.OutputStreamBodyConsumer
Invoked when all the response bytes has been processed.
close() - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
close() - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
close() - Method in class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
close() - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
close() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
close() - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
close() - Method in class com.ning.http.client.providers.netty.util.CleanupChannelGroup
 
close() - Method in class com.ning.http.client.SimpleAsyncHttpClient
Close the underlying AsyncHttpClient for this instance.
close() - Method in interface com.ning.http.client.websocket.WebSocket
Close the WebSocket.
close() - Method in class com.ning.http.multipart.MultipartBody
 
close() - Method in class org.elasticsearch.action.bulk.BulkProcessor
Closes the processor.
close() - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
close() - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
close() - Method in class org.elasticsearch.client.http.HttpIngestClient
 
close() - Method in class org.elasticsearch.client.http.HttpSearchClient
 
close(CloseIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Closes an index based on the index name.
close(CloseIndexRequest, ActionListener<CloseIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Closes an index based on the index name.
close() - Method in interface org.elasticsearch.client.internal.InternalGenericClient
Closes the client.
close(CloseIndexRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
close(CloseIndexRequest, ActionListener<CloseIndexResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
close() - Method in class org.elasticsearch.common.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
close() - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
close() - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Closes the stream and releases any system resources associated with it.
close() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Close the stream.
close() - Method in class org.elasticsearch.common.io.FastStringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
close() - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
close() - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
close() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
close() - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.StreamInput
Closes the stream to further operations.
close() - Method in class org.elasticsearch.common.io.stream.StreamOutput
Closes this stream to further operations.
close() - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Closes and resets this writer for reuse.
close() - Method in class org.elasticsearch.common.netty.OpenChannelsHandler
 
close() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
close() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
close() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
close() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
close() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
close() - Method in class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
close() - Method in interface org.elasticsearch.script.BasicScriptEngineService
 
close() - Method in interface org.elasticsearch.script.ContentScriptEngineService
 
close() - Method in class org.elasticsearch.script.ContentScriptService
 
close() - Method in class org.elasticsearch.transport.client.ClientTransportService
 
close() - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
close() - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
close() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
close() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport.NodeChannels
 
close() - Method in interface org.elasticsearch.transport.Transport
 
closeAsynchronously() - Method in class com.ning.http.client.AsyncHttpClient
Asynchronous close the AsyncHttpProvider by spawning a thread and avoid blocking.
CloseIndexAction - Class in org.elasticsearch.action.admin.indices.close
 
CloseIndexRequest - Class in org.elasticsearch.action.admin.indices.close
A request to close an index.
CloseIndexRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
Constructs a new delete index request for the specified index.
closeIndexRequest(String) - Static method in class org.elasticsearch.client.AdminRequests
Creates a close index request.
CloseIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.close
 
CloseIndexRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
 
CloseIndexRequestBuilder(IndicesAdminClient, String) - Constructor for class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
 
CloseIndexResponse - Class in org.elasticsearch.action.admin.indices.close
A response for a close index action.
closeOut() - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
closeUnderlyingConnection() - Method in class com.ning.http.client.HttpResponseBodyPart
Return true of the underlying connection will be closed once the response has been fully processed.
closeUnderlyingConnection() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
Return true of the underlying connection will be closed once the response has been fully processed.
closeUnderlyingConnection() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
Return true of the underlying connection will be closed once the response has been fully processed.
closeWriter() - Method in class org.elasticsearch.common.logging.log4j.ConsoleAppender
CLUSTER_READ_ONLY_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
ClusterAction<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.admin.cluster
Cluster action (used with ClusterAdminClient API.
ClusterAction(String) - Constructor for class org.elasticsearch.action.admin.cluster.ClusterAction
 
ClusterAdminClient - Interface in org.elasticsearch.client
Administrative actions/operations against indices.
ClusterBlock - Class in org.elasticsearch.cluster.block
 
ClusterBlock(int, String, boolean, boolean, RestStatus, ClusterBlockLevel...) - Constructor for class org.elasticsearch.cluster.block.ClusterBlock
 
ClusterBlockException - Exception in org.elasticsearch.cluster.block
 
ClusterBlockException(ImmutableSet<ClusterBlock>) - Constructor for exception org.elasticsearch.cluster.block.ClusterBlockException
 
ClusterBlockLevel - Enum in org.elasticsearch.cluster.block
 
ClusterBlocks - Class in org.elasticsearch.cluster.block
Represents current cluster level blocks to block dirty operations done against the cluster.
ClusterBlocks.Builder - Class in org.elasticsearch.cluster.block
 
ClusterBlocks.Builder() - Constructor for class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
clusterChanged(ClusterChangedEvent) - Method in interface org.elasticsearch.cluster.ClusterStateListener
Called when cluster state changes.
ClusterChangedEvent - Class in org.elasticsearch.cluster
 
ClusterChangedEvent(String, ClusterState, ClusterState) - Constructor for class org.elasticsearch.cluster.ClusterChangedEvent
 
ClusterGetSettingsAction - Class in org.elasticsearch.action.admin.cluster.settings
 
ClusterGetSettingsRequest - Class in org.elasticsearch.action.admin.cluster.settings
 
ClusterGetSettingsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsRequest
 
ClusterGetSettingsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.settings
 
ClusterGetSettingsRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsRequestBuilder
 
ClusterGetSettingsResponse - Class in org.elasticsearch.action.admin.cluster.settings
 
ClusterGetSettingsResponse() - Constructor for class org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsResponse
 
ClusterHealthAction - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterHealthRequest - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterHealthRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
clusterHealthRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a cluster health request.
ClusterHealthRequestBuilder - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterHealthRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
ClusterHealthResponse - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterHealthResponse(String, List<String>) - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
ClusterHealthStatus - Enum in org.elasticsearch.action.admin.cluster.health
 
ClusterIndexHealth - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterIndexHealth(String, int, int, List<String>) - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
clusterName() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
clusterName() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
 
clusterName() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
clusterName() - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
ClusterName - Class in org.elasticsearch.cluster
 
ClusterName(String) - Constructor for class org.elasticsearch.cluster.ClusterName
 
clusterName() - Method in class org.elasticsearch.discovery.tao.ping.TaoPing.PingResponse
 
clusterNameFromSettings(Settings) - Static method in class org.elasticsearch.cluster.ClusterName
 
ClusterRebalanceAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
 
ClusterRebalanceAllocationDecider() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
 
ClusterRebalanceAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
 
ClusterRebalanceAllocationDecider.ClusterRebalanceType - Enum in org.elasticsearch.cluster.routing.allocation.decider
 
ClusterRerouteAction - Class in org.elasticsearch.action.admin.cluster.reroute
 
ClusterRerouteRequest - Class in org.elasticsearch.action.admin.cluster.reroute
 
ClusterRerouteRequest() - Constructor for class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
clusterRerouteRequest() - Static method in class org.elasticsearch.client.AdminRequests
 
ClusterRerouteRequestBuilder - Class in org.elasticsearch.action.admin.cluster.reroute
 
ClusterRerouteRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
 
ClusterRerouteResponse - Class in org.elasticsearch.action.admin.cluster.reroute
 
ClusterShardHealth - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterState - Class in org.elasticsearch.cluster
 
ClusterState(long, ClusterState) - Constructor for class org.elasticsearch.cluster.ClusterState
 
ClusterState(long, MetaData, RoutingTable, DiscoveryNodes, ClusterBlocks, AllocationExplanation, ImmutableMap<String, ClusterState.Custom>) - Constructor for class org.elasticsearch.cluster.ClusterState
 
ClusterState.Builder - Class in org.elasticsearch.cluster
 
ClusterState.Builder() - Constructor for class org.elasticsearch.cluster.ClusterState.Builder
 
ClusterState.Custom - Interface in org.elasticsearch.cluster
 
ClusterState.Custom.Factory<T extends ClusterState.Custom> - Interface in org.elasticsearch.cluster
 
ClusterStateAction - Class in org.elasticsearch.action.admin.cluster.state
 
ClusterStateAction(String) - Constructor for class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
ClusterStateListener - Interface in org.elasticsearch.cluster
A listener to be notified when a cluster state changes.
clusterStateProcessed(ClusterState) - Method in interface org.elasticsearch.cluster.ProcessedClusterStateUpdateTask
Called when the result of the ClusterStateUpdateTask.execute(ClusterState) have been processed properly by all listeners.
ClusterStateRequest - Class in org.elasticsearch.action.admin.cluster.state
 
ClusterStateRequest() - Constructor for class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
clusterStateRequest() - Static method in class org.elasticsearch.client.AdminRequests
Creates a cluster state request.
ClusterStateRequestBuilder - Class in org.elasticsearch.action.admin.cluster.state
 
ClusterStateRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
 
ClusterStateResponse - Class in org.elasticsearch.action.admin.cluster.state
 
ClusterStateResponse() - Constructor for class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
ClusterStateUpdateTask - Interface in org.elasticsearch.cluster
A task that can update the cluster state.
ClusterUpdateSettingsAction - Class in org.elasticsearch.action.admin.cluster.settings
 
ClusterUpdateSettingsRequest - Class in org.elasticsearch.action.admin.cluster.settings
 
ClusterUpdateSettingsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
clusterUpdateSettingsRequest() - Static method in class org.elasticsearch.client.AdminRequests
 
ClusterUpdateSettingsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.settings
 
ClusterUpdateSettingsRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
ClusterUpdateSettingsResponse - Class in org.elasticsearch.action.admin.cluster.settings
A response for a cluster update settings action.
collect(int) - Method in class org.elasticsearch.common.lucene.docset.DocIdSetCollector
 
collect(int) - Method in class org.elasticsearch.common.lucene.search.FilteredCollector
 
collect(int) - Method in class org.elasticsearch.common.lucene.search.NoopCollector
 
collectionCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
collectionCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
collectionTime() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
collectionTime() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
collectionToCommaDelimitedString(Iterable) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a Collection as a CSV String.
collectionToDelimitedString(Iterable, String, String, String) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a Collection as a delimited (e.g.
collectionToDelimitedString(Iterable, String) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a Collection as a delimited (e.g.
collectors() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
collectPayloads(boolean) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
com.ning.http.client - package com.ning.http.client
 
com.ning.http.client.consumers - package com.ning.http.client.consumers
 
com.ning.http.client.extra - package com.ning.http.client.extra
 
com.ning.http.client.filter - package com.ning.http.client.filter
 
com.ning.http.client.generators - package com.ning.http.client.generators
 
com.ning.http.client.listenable - package com.ning.http.client.listenable
 
com.ning.http.client.listener - package com.ning.http.client.listener
 
com.ning.http.client.ntlm - package com.ning.http.client.ntlm
 
com.ning.http.client.oauth - package com.ning.http.client.oauth
 
com.ning.http.client.providers - package com.ning.http.client.providers
 
com.ning.http.client.providers.jdk - package com.ning.http.client.providers.jdk
 
com.ning.http.client.providers.netty - package com.ning.http.client.providers.netty
 
com.ning.http.client.providers.netty.spnego - package com.ning.http.client.providers.netty.spnego
 
com.ning.http.client.providers.netty.util - package com.ning.http.client.providers.netty.util
 
com.ning.http.client.resumable - package com.ning.http.client.resumable
 
com.ning.http.client.simple - package com.ning.http.client.simple
 
com.ning.http.client.webdav - package com.ning.http.client.webdav
 
com.ning.http.client.websocket - package com.ning.http.client.websocket
 
com.ning.http.multipart - package com.ning.http.multipart
 
com.ning.http.util - package com.ning.http.util
 
commaDelimitedListToSet(String) - Static method in class org.elasticsearch.common.Strings
Convenience method to convert a CSV string list to a set.
commaDelimitedListToStringArray(String) - Static method in class org.elasticsearch.common.Strings
Convert a CSV list into an array of Strings.
commands() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
committed - Variable in class org.elasticsearch.index.engine.Segment
 
committed() - Method in class org.elasticsearch.index.engine.Segment
 
CommonStats - Class in org.elasticsearch.action.admin.indices.stats
 
CommonStats() - Constructor for class org.elasticsearch.action.admin.indices.stats.CommonStats
 
compare(int, int) - Method in class org.elasticsearch.common.lucene.util.SorterTemplate
Compares slots i and j of you data.
compareAndSetForkJoinTaskTag(short, short) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Atomically conditionally sets the tag value for this task.
compareAndSetPendingCount(int, int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Sets (atomically) the pending count to the given count only if it currently holds the given expected value.
comparePivot(int) - Method in class org.elasticsearch.common.lucene.util.SorterTemplate
Implements the compare function for the previously stored pivot value.
compareTo(BytesRef) - Method in class org.elasticsearch.common.lucene.util.BytesRef
Unsigned byte order comparison
compareTo(CharsRef) - Method in class org.elasticsearch.common.lucene.util.CharsRef
Signed int order comparison
compareTo(UUID) - Method in class org.elasticsearch.common.UUID
Compares this UUID with the specified UUID.
compareTo(SearchShardTarget) - Method in class org.elasticsearch.search.SearchShardTarget
 
compile(String, String) - Static method in class org.elasticsearch.common.regex.Regex
 
compile(String) - Method in interface org.elasticsearch.script.BasicScriptEngineService
 
compile(String) - Method in interface org.elasticsearch.script.ContentScriptEngineService
 
compile(String) - Method in class org.elasticsearch.script.ContentScriptService
 
compile(String, String) - Method in class org.elasticsearch.script.ContentScriptService
 
compiled() - Method in class org.elasticsearch.script.CompiledScript
 
CompiledScript - Class in org.elasticsearch.script
 
CompiledScript(String, Object) - Constructor for class org.elasticsearch.script.CompiledScript
 
complete(Void) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Regardless of pending count, invokes CountedCompleter.onCompletion(org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter), marks this task as complete with a null return value, and further triggers CountedCompleter.tryComplete() on this task's completer, if one exists.
complete(V) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Completes this task, and if not already aborted or cancelled, returning the given value as the result of subsequent invocations of join and related operations.
completed() - Method in class com.ning.http.multipart.FilePartStallHandler
 
completeExceptionally(Throwable) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception upon join and related operations.
componentSettings - Variable in class org.elasticsearch.transport.netty.ClientNettyTransport
 
compress(byte[], int, int) - Method in interface org.elasticsearch.common.compress.BasicCompressor
Compresses the provided data, data can be detected as compressed using BasicCompressor.isCompressed(byte[], int, int).
compress(byte[], int, int, StreamOutput) - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
Compresses the data into the output
compress(byte[], int, int) - Method in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
compress(byte[], int, int, StreamOutput) - Method in class org.elasticsearch.common.compress.lzf.LZFCompressedStreamOutput
 
compress(byte[], int, int) - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
compress(byte[], int, int) - Method in class org.elasticsearch.common.compress.snappy.DummySnappyCompressor
 
compress(byte[], int, int, StreamOutput) - Method in class org.elasticsearch.common.compress.snappy.xerial.XerialSnappyCompressedStreamOutput
 
compress() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
compress() - Method in interface org.elasticsearch.transport.netty.NettyTransport
 
compress() - Method in class org.elasticsearch.transport.TransportRequestOptions
 
compress() - Method in class org.elasticsearch.transport.TransportResponseOptions
 
compressChunkLength() - Method in class org.elasticsearch.common.compress.snappy.SnappyCompressorContext
 
compressed() - Method in class org.elasticsearch.common.compress.CompressedString
 
compressed(BasicCompressor, StreamInput) - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamInput
 
compressed(NettyCompressor, StreamInput) - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamInput
 
compressedBuffer - Variable in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamOutput
 
CompressedStreamInput<T extends CompressorContext> - Class in org.elasticsearch.common.compress
 
CompressedStreamInput(StreamInput, T) - Constructor for class org.elasticsearch.common.compress.CompressedStreamInput
 
CompressedStreamOutput<T extends CompressorContext> - Class in org.elasticsearch.common.compress
 
CompressedStreamOutput(StreamOutput, T) - Constructor for class org.elasticsearch.common.compress.CompressedStreamOutput
 
CompressedString - Class in org.elasticsearch.common.compress
 
CompressedString(byte[]) - Constructor for class org.elasticsearch.common.compress.CompressedString
Constructor assuming the data provided is compressed (UTF8).
CompressedString(BytesReference) - Constructor for class org.elasticsearch.common.compress.CompressedString
 
CompressedString(byte[], int, int) - Constructor for class org.elasticsearch.common.compress.CompressedString
Constructs a new compressed string, assuming the bytes are UTF8, by copying it over.
CompressedString(String) - Constructor for class org.elasticsearch.common.compress.CompressedString
 
compressionEnabled - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
compressMaxCompressedChunkLength() - Method in class org.elasticsearch.common.compress.snappy.SnappyCompressorContext
 
compressor(BytesReference) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
compressor(byte[]) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
compressor(byte[], int, int) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
compressor(String) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
compressor(ChannelBuffer) - Static method in class org.elasticsearch.common.compress.NettyCompressorFactory
 
CompressorContext - Interface in org.elasticsearch.common.compress
 
compressorContext - Variable in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
compressors - Static variable in class org.elasticsearch.common.compress.BasicCompressorFactory
 
compressorsByType - Static variable in class org.elasticsearch.common.compress.BasicCompressorFactory
 
compute() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
The main computation performed by this task.
compute() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveAction
The main computation performed by this task.
compute() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveTask
The main computation performed by this task.
computeBasicAuthentication(Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
computeBasicAuthentication(ProxyServer) - Static method in class com.ning.http.util.AuthenticatorUtils
 
computeDigestAuthentication(Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
concatenateStringArrays(String[], String[]) - Static method in class org.elasticsearch.common.Strings
Concatenate the given String arrays into one, with overlapping array elements included twice.
concreteAllIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
Returns all the concrete indices.
concreteAllIndicesAsSet() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
concreteAllOpenIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
concreteIndex(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
concreteIndices(String[]) - Method in class org.elasticsearch.cluster.metadata.MetaData
Translates the provided indices (possibly aliased) into actual indices.
concreteIndices(String[], IgnoreIndices, boolean) - Method in class org.elasticsearch.cluster.metadata.MetaData
Translates the provided indices (possibly aliased) into actual indices.
concreteIndicesIgnoreMissing(String[]) - Method in class org.elasticsearch.cluster.metadata.MetaData
Translates the provided indices (possibly aliased) into actual indices.
ConcurrentCollections - Class in org.elasticsearch.common.util.concurrent
 
ConcurrentHashMapLong<T> - Class in org.elasticsearch.common.util.concurrent
 
ConcurrentHashMapLong() - Constructor for class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
ConcurrentLinkedDeque<E> - Class in org.elasticsearch.common.util.concurrent.jsr166y
An unbounded concurrent deque based on linked nodes.
ConcurrentLinkedDeque() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Constructs an empty deque.
ConcurrentLinkedDeque(Collection<? extends E>) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentMapLong<T> - Interface in org.elasticsearch.common.util.concurrent
 
configFile - Variable in class org.elasticsearch.env.ClientEnvironment
 
configFile() - Method in class org.elasticsearch.env.ClientEnvironment
The config location.
configure(Settings) - Method in interface org.elasticsearch.common.compress.BasicCompressor
 
configure(Settings) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
configure(Settings) - Method in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
configure(Settings) - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
configure(Settings) - Static method in class org.elasticsearch.common.logging.log4j.LogConfigurator
 
connectionsPool - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ConnectionsPool<U,V> - Interface in com.ning.http.client
An interface used by an AsyncHttpProvider for caching http connections.
connectionTimeOutInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
connectToNode(DiscoveryNode) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
connectToNode(DiscoveryNode) - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
connectToNode(DiscoveryNode) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
connectToNode(DiscoveryNode, boolean) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
connectToNode(DiscoveryNode) - Method in interface org.elasticsearch.transport.Transport
Connects to the given node, if already connected, does nothing.
connectToNodeLight(DiscoveryNode) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
connectToNodeLight(DiscoveryNode) - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
connectToNodeLight(DiscoveryNode) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
connectToNodeLight(DiscoveryNode) - Method in interface org.elasticsearch.transport.Transport
Connects to a node in a light manner.
ConnectTransportException - Exception in org.elasticsearch.transport
 
ConnectTransportException(DiscoveryNode, String) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
ConnectTransportException(DiscoveryNode, String, String) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
ConnectTransportException(DiscoveryNode, String, Throwable) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
ConnectTransportException(DiscoveryNode, String, String, Throwable) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
consistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.bulk.BulkRequest
Sets the consistency level of write.
consistencyLevel() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
consistencyLevel - Variable in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
consistencyLevel() - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
consistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
Sets the consistency level of write.
consistencyLevel - Variable in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
consistencyLevel() - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
consistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
Sets the consistency level of write.
consistencyLevel() - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
consistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
Sets the consistency level of write.
consistencyLevel() - Method in class org.elasticsearch.action.update.UpdateRequest
 
consistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the consistency level of write.
ConsoleAppender - Class in org.elasticsearch.common.logging.log4j
ConsoleAppender appends log events to System.out or System.err using a layout specified by the user.
ConsoleAppender() - Constructor for class org.elasticsearch.common.logging.log4j.ConsoleAppender
Constructs an unconfigured appender.
ConsoleAppender(Layout) - Constructor for class org.elasticsearch.common.logging.log4j.ConsoleAppender
Creates a configured appender.
ConsoleAppender(Layout, String) - Constructor for class org.elasticsearch.common.logging.log4j.ConsoleAppender
Creates a configured appender.
consoleLoggingEnabled() - Static method in class org.elasticsearch.common.logging.Loggers
 
Constants - Class in org.elasticsearch.common.lucene.util
Some useful constants.
constantScoreQuery(FilterBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
ConstantScoreQueryBuilder - Class in org.elasticsearch.index.query
A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
ConstantScoreQueryBuilder(FilterBuilder) - Constructor for class org.elasticsearch.index.query.ConstantScoreQueryBuilder
A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
constructAuthHeader(String, String, long) - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
Method used for constructing
constructUserAgent(Class<? extends AsyncHttpProvider>, AsyncHttpClientConfig) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
consume(ByteBuffer) - Method in interface com.ning.http.client.BodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.AppendableBodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.ByteBufferBodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.FileBodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.OutputStreamBodyConsumer
Consume the received bytes.
consumerAuth - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
ConsumerKey - Class in com.ning.http.client.oauth
Value class for OAuth consumer keys.
ConsumerKey(String, String) - Constructor for class com.ning.http.client.oauth.ConsumerKey
 
contains(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
contains(Object) - Method in class org.elasticsearch.common.collect.MapBackedSet
 
contains(Object) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Returns true if this deque contains at least one element e such that o.equals(e).
contains(Object) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Returns true if this queue contains the specified element.
contains(Class) - Method in exception org.elasticsearch.ElasticSearchException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
containsKey(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
containsKey(Object) - Method in class com.ning.http.client.FluentStringsMap
containsKey(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
containsKey(K) - Method in class org.elasticsearch.common.collect.MapBuilder
 
containsKey(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
containsValue(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
containsValue(Object) - Method in class com.ning.http.client.FluentStringsMap
containsValue(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
containsValue(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
containsWhitespace(CharSequence) - Static method in class org.elasticsearch.common.Strings
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - Static method in class org.elasticsearch.common.Strings
Check whether the given String contains any whitespace characters.
content(V) - Method in interface com.ning.http.client.ListenableFuture
Set the content that will be returned by this instance
content(V) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
content(V) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
CONTENT_DISPOSITION - Static variable in class com.ning.http.multipart.Part
Content dispostion characters
CONTENT_TRANSFER_ENCODING - Static variable in class com.ning.http.multipart.Part
Content type header
CONTENT_TYPE - Static variable in class com.ning.http.multipart.Part
Content type header
CONTENT_TYPE - Static variable in class org.elasticsearch.client.AdminRequests
The content type used to generate request builders (query / search).
CONTENT_TYPE - Static variable in class org.elasticsearch.client.IngestRequests
The content type used to generate request builders (query / search).
CONTENT_TYPE - Static variable in class org.elasticsearch.client.SearchRequests
The content type used to generate request builders (query / search).
contentAsStream(List<HttpResponseBodyPart>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
contentBuilder() - Static method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
contentBuilder() - Static method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
contentBuilder(XContentType, OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a xcontent builder that will output the result into the provided output stream.
contentBuilder(XContentType) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns a binary content builder for the provided content type.
contentBuilder() - Static method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
ContentContext - Class in org.elasticsearch.common.xcontent
 
ContentContext() - Constructor for class org.elasticsearch.common.xcontent.ContentContext
 
ContentParseElement - Class in org.elasticsearch.script
 
ContentParseElement() - Constructor for class org.elasticsearch.script.ContentParseElement
 
contentProcessed - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
ContentScript - Interface in org.elasticsearch.script
 
ContentScriptEngineService - Interface in org.elasticsearch.script
 
ContentScriptService - Class in org.elasticsearch.script
 
ContentScriptService(Settings) - Constructor for class org.elasticsearch.script.ContentScriptService
 
ContentScriptService(Settings, ClientEnvironment, Set<ContentScriptEngineService>) - Constructor for class org.elasticsearch.script.ContentScriptService
 
ContentScriptService.CacheKey - Class in org.elasticsearch.script
 
ContentScriptService.CacheKey(String, String) - Constructor for class org.elasticsearch.script.ContentScriptService.CacheKey
 
contentToBytes(List<HttpResponseBodyPart>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
contentToBytes(List<HttpResponseBodyPart>, int) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
contentToString(List<HttpResponseBodyPart>, String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
contentType(XContentType) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the content type that will be used when generating a document from user provided objects (like Map).
contentType() - Method in class org.elasticsearch.common.settings.loader.JsonSettingsLoader
 
contentType() - Method in class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
contentType() - Method in class org.elasticsearch.common.settings.loader.YamlSettingsLoader
 
contentType() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
contentType() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
contentType() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
contentType() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentParser
 
contentType() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
contentType() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
contentType() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
contentType() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
contentType() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentParser
 
context - Variable in class org.elasticsearch.common.compress.CompressedStreamInput
 
context - Variable in class org.elasticsearch.common.compress.CompressedStreamOutput
 
convert(L) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
convert(T) - Method in class org.elasticsearch.action.support.PlainActionFuture
 
convert(T) - Method in class org.elasticsearch.action.support.PlainListenableActionFuture
 
convert(IndexReader, DocIdSet) - Static method in class org.elasticsearch.common.lucene.docset.DocSets
 
convert(double, DistanceUnit, DistanceUnit) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Converts the given distance from the given DistanceUnit, to the given DistanceUnit
convertExpireField(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
convertFromStringArray(String[]) - Static method in class org.elasticsearch.common.text.StringAndBytesText
 
convertFromStringArray(String[]) - Static method in class org.elasticsearch.common.text.StringText
 
convertFromWildcards(String[], boolean, IgnoreIndices) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
convertToJson(BytesReference, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
convertToJson(BytesReference, boolean, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
convertToJson(byte[], int, int, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
convertToJson(byte[], int, int, boolean, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
convertToMap(BytesReference, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
convertToMap(byte[], boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
convertToMap(byte[], int, int, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
Cookie - Class in com.ning.http.client
 
Cookie(String, String, String, String, int, boolean) - Constructor for class com.ning.http.client.Cookie
 
Cookie(String, String, String, String, int, boolean, int) - Constructor for class com.ning.http.client.Cookie
 
copy(File, File) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given input File to the given output File.
copy(byte[], File) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given byte array to the given output File.
copy(InputStream, OutputStream) - Static method in class org.elasticsearch.common.io.Streams
 
copy(InputStream, OutputStream, byte[]) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given InputStream to the given OutputStream.
copy(byte[], OutputStream) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given byte array to the given OutputStream.
copy(Reader, Writer) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given Reader to the given Writer.
copy(String, Writer) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given String to the given output Writer.
copyBytes(BytesRef) - Method in class org.elasticsearch.common.lucene.util.BytesRef
Copies the bytes from the given BytesRef
copyBytesArray() - Method in class org.elasticsearch.common.bytes.BytesArray
 
copyBytesArray() - Method in interface org.elasticsearch.common.bytes.BytesReference
Returns the bytes copied over as a byte array.
copyBytesArray() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
copyChars(CharSequence) - Method in class org.elasticsearch.common.lucene.util.BytesRef
Copies the UTF8 bytes for this string.
copyChars(char[], int, int) - Method in class org.elasticsearch.common.lucene.util.BytesRef
Copies the UTF8 bytes for this string.
copyChars(CharsRef) - Method in class org.elasticsearch.common.lucene.util.CharsRef
Copies the given CharsRef referenced content into this instance starting at offset 0.
copyChars(char[], int, int) - Method in class org.elasticsearch.common.lucene.util.CharsRef
Copies the given array into this CharsRef starting at offset 0
copyCurrentEvent(XContentGenerator, XContentParser) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
copyCurrentStructure(XContentParser) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
copyCurrentStructure(XContentParser) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
copyCurrentStructure(XContentParser) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
copyCurrentStructure(XContentGenerator, XContentParser) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
copyFile(File, File) - Static method in class org.elasticsearch.common.io.FileSystemUtils
 
copyText(UnicodeUtil.UTF16Result) - Method in class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF16Result
 
copyText(Unicode.UTF16Result) - Method in class org.elasticsearch.common.Unicode.UTF16Result
 
copyToByteArray(File) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given input File into a new byte array.
copyToByteArray(InputStream) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given InputStream into a new byte array.
copyToBytesFromClasspath(String) - Static method in class org.elasticsearch.common.io.Streams
 
copyToString(Reader) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given Reader into a String.
copyToStringFromClasspath(ClassLoader, String) - Static method in class org.elasticsearch.common.io.Streams
 
copyToStringFromClasspath(String) - Static method in class org.elasticsearch.common.io.Streams
 
coresPerSocket() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
count() - Method in class org.elasticsearch.action.count.CountResponse
The count of documents matching the query provided.
count(CountRequest) - Method in interface org.elasticsearch.client.SearchClient
A count of all the documents matching a specific query.
count(CountRequest, ActionListener<CountResponse>) - Method in interface org.elasticsearch.client.SearchClient
A count of all the documents matching a specific query.
count(CountRequest) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
count(CountRequest, ActionListener<CountResponse>) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
count - Variable in class org.elasticsearch.common.io.FastByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class org.elasticsearch.common.io.FastByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class org.elasticsearch.common.io.FastCharArrayReader
The index of the end of this buffer.
count - Variable in class org.elasticsearch.common.io.FastCharArrayWriter
The number of chars in the buffer.
count - Variable in class org.elasticsearch.common.io.stream.BytesStreamInput
 
count - Variable in class org.elasticsearch.common.io.stream.BytesStreamOutput
The number of valid bytes in the buffer.
count - Variable in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
The number of valid bytes in the buffer.
count() - Method in class org.elasticsearch.common.metrics.CounterMetric
 
count() - Method in class org.elasticsearch.common.metrics.MeanMetric
 
count() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
count() - Method in class org.elasticsearch.index.get.GetStats
 
count() - Method in class org.elasticsearch.index.shard.DocsStats
 
count() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
count() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
COUNT_LIMIT - Static variable in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput
 
COUNT_LIMIT - Static variable in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput
 
CountAction - Class in org.elasticsearch.action.count
 
CountedCompleter - Class in org.elasticsearch.common.util.concurrent.jsr166y
A resultless ForkJoinTask with a completion action performed when triggered and there are no remaining pending actions.
CountedCompleter(CountedCompleter, int) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Creates a new CountedCompleter with the given completer and initial pending count.
CountedCompleter(CountedCompleter) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Creates a new CountedCompleter with the given completer and an initial pending count of zero.
CountedCompleter() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Creates a new CountedCompleter with no completer and an initial pending count of zero.
CounterMetric - Class in org.elasticsearch.common.metrics
 
CounterMetric() - Constructor for class org.elasticsearch.common.metrics.CounterMetric
 
countOccurrencesOf(String, String) - Static method in class org.elasticsearch.common.Strings
Count the occurrences of the substring in string s.
CountRequest - Class in org.elasticsearch.action.count
A request to count the number of documents matching a specific query.
CountRequest(String...) - Constructor for class org.elasticsearch.action.count.CountRequest
Constructs a new count request against the provided indices.
countRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a count request which counts the hits matched against a query.
countRequest(String...) - Static method in class org.elasticsearch.client.SearchRequests
Creates a count request which counts the hits matched against a query.
CountRequestBuilder - Class in org.elasticsearch.action.count
A count action request builder.
CountRequestBuilder(SearchClient) - Constructor for class org.elasticsearch.action.count.CountRequestBuilder
 
CountResponse - Class in org.elasticsearch.action.count
The response of the count action.
countWithState(ShardRoutingState) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
cpu() - Method in class org.elasticsearch.monitor.os.OsInfo
 
cpu() - Method in class org.elasticsearch.monitor.os.OsStats
 
cpu() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
create(boolean) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Set to true to force only creation, not an update of an index template.
create() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
create(boolean) - Method in class org.elasticsearch.action.index.IndexRequest
Set to true to force this index to use IndexRequest.OpType.CREATE.
create(CreateIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Creates an index using an explicit request allowing to specify the settings of the index.
create(CreateIndexRequest, ActionListener<CreateIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Creates an index using an explicit request allowing to specify the settings of the index.
create(CreateIndexRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
create(CreateIndexRequest, ActionListener<CreateIndexResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
create(ChannelBuffer) - Static method in class org.elasticsearch.transport.netty.ChannelBufferStreamInputFactory
 
create(ChannelBuffer, int) - Static method in class org.elasticsearch.transport.netty.ChannelBufferStreamInputFactory
 
createBody() - Method in interface com.ning.http.client.BodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class com.ning.http.client.generators.FileBodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class com.ning.http.client.generators.InputStreamBodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class com.ning.http.client.providers.netty.FeedableBodyGenerator
 
createFixedBitSet(DocIdSetIterator, int) - Static method in class org.elasticsearch.common.lucene.docset.DocSets
 
createGenerator(OutputStream) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createGenerator(Writer) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createGenerator(OutputStream) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createGenerator(Writer) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createGenerator(OutputStream) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a new generator using the provided output stream.
createGenerator(Writer) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a new generator using the provided writer.
createGenerator(OutputStream) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createGenerator(Writer) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
CreateIndexAction - Class in org.elasticsearch.action.admin.indices.create
 
CreateIndexRequest - Class in org.elasticsearch.action.admin.indices.create
A request to create an index.
CreateIndexRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Constructs a new request to create an index with the specified name.
CreateIndexRequest(String, Settings) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Constructs a new request to create an index with the specified name and settings.
createIndexRequest(String) - Static method in class org.elasticsearch.client.AdminRequests
Creates a create index request.
CreateIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.create
 
CreateIndexRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
 
CreateIndexRequestBuilder(IndicesAdminClient, String) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
 
CreateIndexResponse - Class in org.elasticsearch.action.admin.indices.create
A response for a create index action.
createInputStream() - Method in class com.ning.http.multipart.ByteArrayPartSource
 
createInputStream() - Method in class com.ning.http.multipart.FilePartSource
Return a new FileInputStream for the current filename.
createInputStream() - Method in interface com.ning.http.multipart.PartSource
Gets a new InputStream for reading this source.
createMultipartRequestEntity(List<Part>, FluentStringsMap) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
This is quite ugly as our internal names are duplicated, but we build on top of HTTP Client implementation.
createParseContext(String, String, String) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
createParser(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(InputStream) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(byte[]) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(BytesReference) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(Reader) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(String) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(InputStream) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(byte[]) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(BytesReference) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(Reader) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(String) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided string content.
createParser(InputStream) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided input stream.
createParser(byte[]) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided bytes.
createParser(byte[], int, int) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided bytes.
createParser(BytesReference) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided bytes.
createParser(Reader) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided reader.
createParser(BytesReference) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
createParser(byte[], int, int) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
createParser(String) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(InputStream) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(byte[]) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(BytesReference) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(Reader) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createProxy(Properties) - Static method in class com.ning.http.util.ProxyUtils
Creates a proxy server instance from the given properties.
createRandomBytes(int) - Static method in class com.ning.http.client.providers.netty.WebSocketUtil
 
createRandomNumber(int, int) - Static method in class com.ning.http.client.providers.netty.WebSocketUtil
 
createUri(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
createWeight(Searcher) - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsQuery
 
CRLF - Static variable in class com.ning.http.multipart.Part
Carriage return/linefeed
current() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
current() - Method in class org.elasticsearch.index.get.GetStats
 
current() - Method in class org.elasticsearch.index.merge.MergeStats
The current number of merges executing.
current() - Method in class org.elasticsearch.index.warmer.WarmerStats
 
CURRENT - Static variable in class org.elasticsearch.Version
 
currentName() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
currentName() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
currentNodeId - Variable in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
currentNodeId() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
currentNodeId() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The current node id the shard is allocated to.
currentNumDocs() - Method in class org.elasticsearch.index.merge.MergeStats
 
currentSize() - Method in class org.elasticsearch.index.merge.MergeStats
 
currentSizeInBytes() - Method in class org.elasticsearch.index.merge.MergeStats
 
currentToken() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
currentToken() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
currEstab() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
custom(IndexMetaData.Custom) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
custom(IndexMetaData.Custom) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
custom(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
custom(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
customBoostFactorQuery(QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that simply applies the boost fact to the wrapped query (multiplies it).
CustomBoostFactorQueryBuilder - Class in org.elasticsearch.index.query
A query that simply applies the boost factor to another query (multiply it).
CustomBoostFactorQueryBuilder(QueryBuilder) - Constructor for class org.elasticsearch.index.query.CustomBoostFactorQueryBuilder
A query that simply applies the boost factor to another query (multiply it).
customFactories - Static variable in class org.elasticsearch.cluster.ClusterState
 
customFactories - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
customFactories - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
customFiltersScoreQuery(QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
CustomFiltersScoreQueryBuilder - Class in org.elasticsearch.index.query
A query that uses a filters with a script associated with them to compute the score.
CustomFiltersScoreQueryBuilder(QueryBuilder) - Constructor for class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
 
customs() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
customs() - Method in class org.elasticsearch.cluster.ClusterState
 
customs() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
customs() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
customs() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
customScoreQuery(QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that allows to define a custom scoring script.
CustomScoreQueryBuilder - Class in org.elasticsearch.index.query
A query that uses a script to compute the score.
CustomScoreQueryBuilder(QueryBuilder) - Constructor for class org.elasticsearch.index.query.CustomScoreQueryBuilder
A query that simply applies the boost factor to another query (multiply it).

D

daemonThreadFactory(Settings, String) - Static method in class org.elasticsearch.common.util.concurrent.ClientEsExecutors
 
daemonThreadFactory(String) - Static method in class org.elasticsearch.common.util.concurrent.ClientEsExecutors
 
dataNode(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
dataNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Should this node hold data (shards) or not.
dataNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
DataOutputStreamOutput - Class in org.elasticsearch.common.io.stream
 
DataOutputStreamOutput(DataOutput) - Constructor for class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
DateMathParser - Class in org.elasticsearch.common.joda
 
DateMathParser(FormatDateTimeFormatter, TimeUnit) - Constructor for class org.elasticsearch.common.joda.DateMathParser
 
dateTimeFormatter() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
DateUtil - Class in com.ning.http.util
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
DateUtil.DateParseException - Exception in com.ning.http.util
 
DateUtil.DateParseException() - Constructor for exception com.ning.http.util.DateUtil.DateParseException
 
DateUtil.DateParseException(String) - Constructor for exception com.ning.http.util.DateUtil.DateParseException
 
days() - Method in class org.elasticsearch.common.unit.TimeValue
 
daysFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
deassignNode() - Method in class org.elasticsearch.cluster.routing.MutableShardRouting
 
debug(String, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs a DEBUG level message.
debug(String, Throwable, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs a DEBUG level message.
debug(String, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
debug(String, Throwable, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
debug(String) - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
debug(String, Throwable) - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
dec() - Method in class org.elasticsearch.common.metrics.CounterMetric
 
dec(long) - Method in class org.elasticsearch.common.metrics.CounterMetric
 
dec(long) - Method in class org.elasticsearch.common.metrics.MeanMetric
 
deciders() - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
deciders() - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
decode(String) - Static method in class com.ning.http.util.Base64
Decodes the specified base64 string back into its raw data.
DECODE - Static variable in class org.elasticsearch.common.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class org.elasticsearch.common.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class org.elasticsearch.common.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.elasticsearch.common.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.elasticsearch.common.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.elasticsearch.common.netty.KeepFrameDecoder
 
decode(String) - Static method in class org.elasticsearch.index.search.geo.GeoHashUtils
 
decode(String, double[]) - Static method in class org.elasticsearch.index.search.geo.GeoHashUtils
Decodes the given geohash into a latitude and longitude
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class org.elasticsearch.transport.netty.SizeHeaderFrameDecoder
 
decodeFileToFile(String, String) - Static method in class org.elasticsearch.common.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.elasticsearch.common.Base64
Convenience method for reading a base64-encoded file and decoding it.
decoder - Static variable in class org.elasticsearch.common.netty.KeepFrameDecoder
 
decodeToFile(String, String) - Static method in class org.elasticsearch.common.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.elasticsearch.common.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class org.elasticsearch.common.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decrement() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Equivalent to add(-1).
deepCopyOf(BytesRef) - Static method in class org.elasticsearch.common.lucene.util.BytesRef
Creates a new BytesRef that points to a copy of the bytes from other
deepCopyOf(CharsRef) - Static method in class org.elasticsearch.common.lucene.util.CharsRef
Creates a new CharsRef that points to a copy of the chars from other
DEFAULT - Static variable in enum org.elasticsearch.action.search.SearchType
The default search type (SearchType.QUERY_THEN_FETCH.
DEFAULT - Static variable in class org.elasticsearch.cluster.ClusterName
 
DEFAULT_CHARSET - Static variable in class com.ning.http.client.providers.ResponseBase
 
DEFAULT_CHARSET - Static variable in class com.ning.http.multipart.FilePart
Default charset of file attachments.
DEFAULT_CHARSET - Static variable in class com.ning.http.multipart.StringPart
Default charset of string parameters
DEFAULT_CHARSET - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
DEFAULT_CONTENT_TYPE - Static variable in class com.ning.http.multipart.FilePart
Default content encoding of file attachments.
DEFAULT_CONTENT_TYPE - Static variable in class com.ning.http.multipart.StringPart
Default content encoding of string parameters.
DEFAULT_MASTER_NODE_TIMEOUT - Static variable in class org.elasticsearch.action.support.master.MasterNodeOperationRequest
 
DEFAULT_MIN_SCORE - Static variable in class org.elasticsearch.action.count.CountRequest
 
DEFAULT_PERCENT_TERMS_TO_MATCH - Static variable in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
DEFAULT_TIMEOUT - Static variable in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
DEFAULT_TIMEOUT - Static variable in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
DEFAULT_TRANSFER_ENCODING - Static variable in class com.ning.http.multipart.FilePart
Default transfer encoding of file attachments.
DEFAULT_TRANSFER_ENCODING - Static variable in class com.ning.http.multipart.StringPart
Default transfer encoding of string parameters
defaultCompressor - Static variable in class org.elasticsearch.common.compress.BasicCompressorFactory
 
defaultCompressor() - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
defaultDatePrinter - Static variable in class org.elasticsearch.common.xcontent.XContentBuilder
 
defaultField(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
The default field to run against when no prefix field is specified.
defaultForkJoinWorkerThreadFactory - Static variable in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Creates a new ForkJoinWorkerThread.
defaultOperator(FieldQueryBuilder.Operator) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Sets the boolean operator of the query parser used to parse the query string.
defaultOperator(QueryStringQueryBuilder.Operator) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Sets the boolean operator of the query parser used to parse the query string.
defaultReuseAddress() - Static method in class org.elasticsearch.common.network.NetworkUtils
 
DefaultShardOperationFailedException - Class in org.elasticsearch.action.support
 
DefaultShardOperationFailedException(IndexShardException) - Constructor for class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
DefaultShardOperationFailedException(String, int, Throwable) - Constructor for class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
DefaultWebSocketListener - Class in com.ning.http.client.websocket
Default WebSocketListener implementation.
DefaultWebSocketListener() - Constructor for class com.ning.http.client.websocket.DefaultWebSocketListener
 
delay(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequest
The delay for the restart to occur.
delay(String) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequest
The delay for the restart to occur.
delay() - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequest
 
delay(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
The delay for the shutdown to occur.
delay() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
 
delay(String) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
The delay for the shutdown to occur.
delDocCount - Variable in class org.elasticsearch.index.engine.Segment
 
delete(String) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Removes the values for the given key if present and returns this object.
delete(String) - Method in class com.ning.http.client.FluentStringsMap
Removes the values for the given key if present and returns this object.
delete() - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
delete(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
delete(BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
delete(BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
delete(DeleteIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index based on the index name.
delete(DeleteIndexRequest, ActionListener<DeleteIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index based on the index name.
delete(DeleteRequest) - Method in interface org.elasticsearch.client.IngestClient
Deletes a document from the index based on the index, type and id.
delete(DeleteRequest, ActionListener<DeleteResponse>) - Method in interface org.elasticsearch.client.IngestClient
Deletes a document from the index based on the index, type and id.
delete(DeleteIndexRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
delete(DeleteIndexRequest, ActionListener<DeleteIndexResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
delete(DeleteRequest) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
delete(DeleteRequest, ActionListener<DeleteResponse>) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
delete(String, String) - Static method in class org.elasticsearch.common.Strings
Delete all occurrences of the given substring.
DeleteAction - Class in org.elasticsearch.action.delete
 
deleteAll(String...) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Removes the values for the given keys if present and returns this object.
deleteAll(Collection<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Removes the values for the given keys if present and returns this object.
deleteAll(String...) - Method in class com.ning.http.client.FluentStringsMap
Removes the values for the given keys if present and returns this object.
deleteAll(Collection<String>) - Method in class com.ning.http.client.FluentStringsMap
Removes the values for the given keys if present and returns this object.
deleteAny(String, String) - Static method in class org.elasticsearch.common.Strings
Delete any character in a given String.
deleteByQuery(DeleteByQueryRequest) - Method in interface org.elasticsearch.client.SearchClient
Deletes all documents from one or more indices based on a query.
deleteByQuery(DeleteByQueryRequest, ActionListener<DeleteByQueryResponse>) - Method in interface org.elasticsearch.client.SearchClient
Deletes all documents from one or more indices based on a query.
deleteByQuery(DeleteByQueryRequest) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
deleteByQuery(DeleteByQueryRequest, ActionListener<DeleteByQueryResponse>) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
DeleteByQueryAction - Class in org.elasticsearch.action.deletebyquery
 
DeleteByQueryRequest - Class in org.elasticsearch.action.deletebyquery
A request to delete all documents that matching a specific query.
DeleteByQueryRequest(String...) - Constructor for class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
Constructs a new delete by query request to run against the provided indices.
DeleteByQueryRequest() - Constructor for class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
 
deleteByQueryRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a delete by query request.
deleteByQueryRequest(String...) - Static method in class org.elasticsearch.client.SearchRequests
Creates a delete by query request.
DeleteByQueryRequestBuilder - Class in org.elasticsearch.action.deletebyquery
 
DeleteByQueryRequestBuilder(SearchClient) - Constructor for class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
 
DeleteByQueryResponse - Class in org.elasticsearch.action.deletebyquery
The response of delete by query action.
deleteCount() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
deleteCurrent() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
deleted() - Method in class org.elasticsearch.index.shard.DocsStats
 
deletedDocs() - Method in class org.elasticsearch.action.admin.indices.status.DocsStatus
The number of deleted docs in the index.
deletedDocs() - Method in class org.elasticsearch.index.engine.Segment
 
DeleteIndexAction - Class in org.elasticsearch.action.admin.indices.delete
 
DeleteIndexRequest - Class in org.elasticsearch.action.admin.indices.delete
A request to delete an index.
DeleteIndexRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
Constructs a new delete index request for the specified index.
DeleteIndexRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
deleteIndexRequest(String) - Static method in class org.elasticsearch.client.AdminRequests
Creates a delete index request.
DeleteIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.delete
 
DeleteIndexRequestBuilder(IndicesAdminClient, String...) - Constructor for class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
 
DeleteIndexResponse - Class in org.elasticsearch.action.admin.indices.delete
A response for a delete index action.
DeleteIndexTemplateAction - Class in org.elasticsearch.action.admin.indices.template.delete
 
DeleteIndexTemplateRequest - Class in org.elasticsearch.action.admin.indices.template.delete
A request to delete an index template.
DeleteIndexTemplateRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
Constructs a new delete index request for the specified name.
DeleteIndexTemplateRequestBuilder - Class in org.elasticsearch.action.admin.indices.template.delete
 
DeleteIndexTemplateRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
 
DeleteIndexTemplateRequestBuilder(IndicesAdminClient, String) - Constructor for class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
 
DeleteIndexTemplateResponse - Class in org.elasticsearch.action.admin.indices.template.delete
A response for a delete index template.
deleteMapping(DeleteMappingRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes mapping (and all its data) from one or more indices.
deleteMapping(DeleteMappingRequest, ActionListener<DeleteMappingResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes mapping definition for a type into one or more indices.
deleteMapping(DeleteMappingRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
deleteMapping(DeleteMappingRequest, ActionListener<DeleteMappingResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
DeleteMappingAction - Class in org.elasticsearch.action.admin.indices.mapping.delete
 
DeleteMappingRequest - Class in org.elasticsearch.action.admin.indices.mapping.delete
 
DeleteMappingRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest
Constructs a new put mapping request against one or more indices.
deleteMappingRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Deletes mapping (and all its data) from one or more indices.
DeleteMappingRequestBuilder - Class in org.elasticsearch.action.admin.indices.mapping.delete
 
DeleteMappingRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequestBuilder
 
DeleteMappingResponse - Class in org.elasticsearch.action.admin.indices.mapping.delete
The response of remove mapping operation.
deleteRecursively(File[]) - Static method in class org.elasticsearch.common.io.FileSystemUtils
 
deleteRecursively(File) - Static method in class org.elasticsearch.common.io.FileSystemUtils
 
deleteRecursively(File, boolean) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Delete the supplied File - for directories, recursively delete any nested directories or files as well.
DeleteRequest - Class in org.elasticsearch.action.delete
A request to delete a document from an index based on its type and id.
DeleteRequest(String) - Constructor for class org.elasticsearch.action.delete.DeleteRequest
Constructs a new delete request against the specified index.
DeleteRequest(String, String, String) - Constructor for class org.elasticsearch.action.delete.DeleteRequest
Constructs a new delete request against the specified index with the type and id.
DeleteRequest(DeleteRequest) - Constructor for class org.elasticsearch.action.delete.DeleteRequest
 
DeleteRequest() - Constructor for class org.elasticsearch.action.delete.DeleteRequest
 
deleteRequest(String) - Static method in class org.elasticsearch.client.IngestRequests
Creates a delete request against a specific index.
DeleteRequestBuilder - Class in org.elasticsearch.action.delete
A delete document action request builder.
DeleteRequestBuilder(IngestClient) - Constructor for class org.elasticsearch.action.delete.DeleteRequestBuilder
 
DeleteRequestBuilder(IngestClient, String) - Constructor for class org.elasticsearch.action.delete.DeleteRequestBuilder
 
DeleteResponse - Class in org.elasticsearch.action.delete
The response of the delete action.
DeleteResponse() - Constructor for class org.elasticsearch.action.delete.DeleteResponse
 
DeleteResponse(String, String, String, long, boolean) - Constructor for class org.elasticsearch.action.delete.DeleteResponse
 
deleteTemplate(DeleteIndexTemplateRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes index template.
deleteTemplate(DeleteIndexTemplateRequest, ActionListener<DeleteIndexTemplateResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index template.
deleteTemplate(DeleteIndexTemplateRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
deleteTemplate(DeleteIndexTemplateRequest, ActionListener<DeleteIndexTemplateResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
deleteTime() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
deleteTimeInMillis() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
deleteWarmer(DeleteWarmerRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index warmer.
deleteWarmer(DeleteWarmerRequest, ActionListener<DeleteWarmerResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index warmer.
deleteWarmer(DeleteWarmerRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
deleteWarmer(DeleteWarmerRequest, ActionListener<DeleteWarmerResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
DeleteWarmerAction - Class in org.elasticsearch.action.admin.indices.warmer.delete
 
DeleteWarmerRequest - Class in org.elasticsearch.action.admin.indices.warmer.delete
A request to delete an index warmer.
DeleteWarmerRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
Constructs a new delete warmer request for the specified name.
DeleteWarmerRequestBuilder - Class in org.elasticsearch.action.admin.indices.warmer.delete
 
DeleteWarmerRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequestBuilder
 
DeleteWarmerResponse - Class in org.elasticsearch.action.admin.indices.warmer.delete
A response for a delete warmer.
DeletionAwareConstantScoreQuery - Class in org.apache.lucene.search
 
DeletionAwareConstantScoreQuery(Filter) - Constructor for class org.apache.lucene.search.DeletionAwareConstantScoreQuery
 
delimitedListToStringArray(String, String) - Static method in class org.elasticsearch.common.Strings
Take a String which is a delimited list and convert it to a String array.
delimitedListToStringArray(String, String, String) - Static method in class org.elasticsearch.common.Strings
Take a String which is a delimited list and convert it to a String array.
delta(DiscoveryNodes) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Returns the changes comparing this nodes to the provided nodes.
derive() - Method in class com.ning.http.client.SimpleAsyncHttpClient
Returns a Builder for a derived SimpleAsyncHttpClient that uses the same instance of AsyncHttpClient to execute requests.
descendingIterator() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Returns an iterator over the elements in this deque in reverse sequential order.
description() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
description() - Method in class org.elasticsearch.cluster.routing.allocation.AllocationExplanation.NodeExplanation
 
description - Variable in enum org.elasticsearch.common.lucene.util.RamUsageEstimator.JvmFeature
 
destroy() - Method in interface com.ning.http.client.ConnectionsPool
Destroy all connections that has been cached by this instance.
destroy() - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Destroy all connections that has been cached by this instance.
detailedMessage(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
 
detailedMessage(Throwable, boolean, int) - Static method in class org.elasticsearch.ExceptionsHelper
 
determineThreadName(String, String) - Method in class org.elasticsearch.common.netty.NettyStaticSetup.EsThreadNameDeterminer
 
digest(byte[]) - Method in class com.ning.http.client.oauth.ThreadSafeHMAC
 
directMemoryMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
DISABLE_NESTED_REQUEST - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Allow nested request from any AsyncHandler
disableConsoleLogging() - Static method in class org.elasticsearch.common.logging.Loggers
 
disableCoord(boolean) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Disables Similarity#coord(int,int) in scoring.
disableCoord(boolean) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
Disables Similarity#coord(int,int) in scoring.
disableStatePersistence() - Method in class org.elasticsearch.cluster.block.ClusterBlock
Should global state persistence be disabled when this block is present.
disableStatePersistence() - Method in class org.elasticsearch.cluster.block.ClusterBlocks
Returns true if one of the global blocks as its disable state persistence flag set.
disconnectFromNode(DiscoveryNode) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
disconnectFromNode(DiscoveryNode) - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
disconnectFromNode(DiscoveryNode) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
disconnectFromNode(DiscoveryNode) - Method in interface org.elasticsearch.transport.Transport
Disconnected from the given node, if not connected, will do nothing.
DiscoveryNode - Class in org.elasticsearch.cluster.node
A discovery node represents a node that is part of the cluster.
DiscoveryNode(String, TransportAddress) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNode
 
DiscoveryNode(String, String, TransportAddress, Map<String, String>) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNode
 
DiscoveryNodeFilters - Class in org.elasticsearch.cluster.node
 
DiscoveryNodes - Class in org.elasticsearch.cluster.node
 
DiscoveryNodes.Builder - Class in org.elasticsearch.cluster.node
 
DiscoveryNodes.Builder() - Constructor for class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
DiscoveryNodes.Delta - Class in org.elasticsearch.cluster.node
 
DiscoveryNodes.Delta(String, ImmutableList<DiscoveryNode>, ImmutableList<DiscoveryNode>) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
DiscoveryNodes.Delta(DiscoveryNode, DiscoveryNode, String, ImmutableList<DiscoveryNode>, ImmutableList<DiscoveryNode>) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
diskQueue() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
diskReads() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
diskReadSizeInBytes() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
diskReadSizeSize() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
diskServiceTime() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
diskWrites() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
diskWriteSizeInBytes() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
diskWriteSizeSize() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
disMaxClauses(DisjunctionMaxQuery) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
disMaxQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.
DisMaxQueryBuilder - Class in org.elasticsearch.index.query
A query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.
DisMaxQueryBuilder() - Constructor for class org.elasticsearch.index.query.DisMaxQueryBuilder
 
distance(String) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
distance(double, DistanceUnit) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
distanceBoundingCheck(double, double, double, DistanceUnit) - Static method in enum org.elasticsearch.index.search.geo.GeoDistance
 
distancePerDegree - Variable in enum org.elasticsearch.common.unit.DistanceUnit
 
DistanceUnit - Enum in org.elasticsearch.common.unit
 
DO_BREAK_LINES - Static variable in class org.elasticsearch.common.Base64
Do break lines when encoding.
doBooleanValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doBooleanValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doc(IndexRequest) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(Map) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(Map, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc() - Method in class org.elasticsearch.action.update.UpdateRequest
 
docCount - Variable in class org.elasticsearch.index.engine.Segment
 
docID() - Method in class org.elasticsearch.common.lucene.docset.AllDocSet.AllDocIdSetIterator
 
docID() - Method in class org.elasticsearch.common.lucene.docset.NotDocIdSet.NotDocIdSetIterator
 
docID() - Method in class org.elasticsearch.common.lucene.docset.OrDocIdSet.OrDocIdSetIterator
 
docID() - Method in class org.elasticsearch.common.lucene.docset.OrDocSet.OrDocIdSetIterator
 
docID() - Method in class org.elasticsearch.common.lucene.search.EmptyScorer
 
docId() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
docIdSet() - Method in class org.elasticsearch.common.lucene.docset.DocIdSetCollector
 
DocIdSetCollector - Class in org.elasticsearch.common.lucene.docset
 
DocIdSetCollector(Collector, IndexReader) - Constructor for class org.elasticsearch.common.lucene.docset.DocIdSetCollector
 
doClose() - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
doClose() - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
doClose() - Method in class org.elasticsearch.common.compress.lzf.LZFCompressedStreamInput
 
doClose() - Method in class org.elasticsearch.common.compress.lzf.LZFCompressedStreamOutput
 
doClose() - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamInput
 
doClose() - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamOutput
 
docs() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
docs(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
docs() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
docs() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
docs() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
docs() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Docs level information for the shard index, null if not applicable.
docs() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
DocSet - Class in org.elasticsearch.common.lucene.docset
 
DocSet() - Constructor for class org.elasticsearch.common.lucene.docset.DocSet
 
DocSets - Class in org.elasticsearch.common.lucene.docset
 
DocsStats - Class in org.elasticsearch.index.shard
 
DocsStats() - Constructor for class org.elasticsearch.index.shard.DocsStats
 
DocsStats(long, long) - Constructor for class org.elasticsearch.index.shard.DocsStats
 
DocsStatus - Class in org.elasticsearch.action.admin.indices.status
 
DocsStatus() - Constructor for class org.elasticsearch.action.admin.indices.status.DocsStatus
 
doDoubleValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doDoubleValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doExecute(ActionListener<Response>) - Method in class org.elasticsearch.action.ActionRequestBuilder
 
doExecute(ActionListener<ClusterHealthResponse>) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
doExecute(ActionListener<NodesHotThreadsResponse>) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
doExecute(ActionListener<NodesInfoResponse>) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
 
doExecute(ActionListener<NodesRestartResponse>) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequestBuilder
 
doExecute(ActionListener<NodesShutdownResponse>) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequestBuilder
 
doExecute(ActionListener<NodesStatsResponse>) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
 
doExecute(ActionListener<ClusterRerouteResponse>) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
 
doExecute(ActionListener<ClusterUpdateSettingsResponse>) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
doExecute(ActionListener<ClusterStateResponse>) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
 
doExecute(ActionListener<IndicesAliasesResponse>) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
 
doExecute(ActionListener<AnalyzeResponse>) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
 
doExecute(ActionListener<ClearIndicesCacheResponse>) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
doExecute(ActionListener<CloseIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
 
doExecute(ActionListener<CreateIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
 
doExecute(ActionListener<DeleteIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
 
doExecute(ActionListener<IndicesExistsResponse>) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
 
doExecute(ActionListener<TypesExistsResponse>) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
doExecute(ActionListener<FlushResponse>) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
 
doExecute(ActionListener<GatewaySnapshotResponse>) - Method in class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotRequestBuilder
 
doExecute(ActionListener<DeleteMappingResponse>) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequestBuilder
 
doExecute(ActionListener<PutMappingResponse>) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
 
doExecute(ActionListener<OpenIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
 
doExecute(ActionListener<OptimizeResponse>) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequestBuilder
 
doExecute(ActionListener<RefreshResponse>) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshRequestBuilder
 
doExecute(ActionListener<IndicesSegmentResponse>) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
 
doExecute(ActionListener<UpdateSettingsResponse>) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequestBuilder
 
doExecute(ActionListener<IndicesStats>) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
doExecute(ActionListener<IndicesStatusResponse>) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequestBuilder
 
doExecute(ActionListener<DeleteIndexTemplateResponse>) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
 
doExecute(ActionListener<PutIndexTemplateResponse>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
 
doExecute(ActionListener<ValidateQueryResponse>) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
 
doExecute(ActionListener<DeleteWarmerResponse>) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequestBuilder
 
doExecute(ActionListener<PutWarmerResponse>) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
 
doExecute(ActionListener<BulkResponse>) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
 
doExecute(ActionListener<CountResponse>) - Method in class org.elasticsearch.action.count.CountRequestBuilder
 
doExecute(ActionListener<DeleteResponse>) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
 
doExecute(ActionListener<DeleteByQueryResponse>) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
 
doExecute(ActionListener<ExplainResponse>) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
 
doExecute(ActionListener<GetResponse>) - Method in class org.elasticsearch.action.get.GetRequestBuilder
 
doExecute(ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
doExecute(ActionListener<IndexResponse>) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
 
doExecute(ActionListener<SearchResponse>) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
 
doExecute(ActionListener<PercolateResponse>) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
 
doExecute(ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.action.search.MultiSearchRequestBuilder
 
doExecute(ActionListener<SearchResponse>) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
doExecute(ActionListener<SearchResponse>) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
 
doExecute(HttpClient, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.HttpAction
 
doExecute(ActionListener<UpdateResponse>) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
 
doExecute(HttpClient, ClusterHealthRequest, ActionListener<ClusterHealthResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.health.HttpClusterHealthAction
 
doExecute(HttpClient, NodesHotThreadsRequest, ActionListener<NodesHotThreadsResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.node.hotthreads.HttpNodesHotThreadsAction
 
doExecute(HttpClient, NodesInfoRequest, ActionListener<NodesInfoResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.node.info.HttpNodesInfoAction
 
doExecute(HttpClient, NodesRestartRequest, ActionListener<NodesRestartResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.node.restart.HttpNodesRestartAction
 
doExecute(HttpClient, NodesShutdownRequest, ActionListener<NodesShutdownResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.node.shutdown.HttpNodesShutdownAction
 
doExecute(HttpClient, NodesStatsRequest, ActionListener<NodesStatsResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.node.stats.HttpNodesStatsAction
 
doExecute(HttpClient, ClusterRerouteRequest, ActionListener<ClusterRerouteResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.reroute.HttpClusterRerouteAction
 
doExecute(HttpClient, ClusterStateRequest, ActionListener<ClusterStateResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.settings.HttpClusterGetSettingsAction
 
doExecute(HttpClient, ClusterUpdateSettingsRequest, ActionListener<ClusterUpdateSettingsResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.settings.HttpClusterUpdateSettingsAction
 
doExecute(HttpClient, ClusterStateRequest, ActionListener<ClusterStateResponse>) - Method in class org.elasticsearch.http.action.admin.cluster.state.HttpClusterStateAction
 
doExecute(HttpClient, ClusterStateRequest, ActionListener<ClusterStateResponse>) - Method in class org.elasticsearch.http.action.admin.indices.alias.HttpGetIndicesAliasesAction
 
doExecute(HttpClient, IndicesAliasesRequest, ActionListener<IndicesAliasesResponse>) - Method in class org.elasticsearch.http.action.admin.indices.alias.HttpIndicesAliasesAction
 
doExecute(HttpClient, AnalyzeRequest, ActionListener<AnalyzeResponse>) - Method in class org.elasticsearch.http.action.admin.indices.analyze.HttpAnalyzeAction
 
doExecute(HttpClient, ClearIndicesCacheRequest, ActionListener<ClearIndicesCacheResponse>) - Method in class org.elasticsearch.http.action.admin.indices.cache.clear.HttpClearIndicesCacheAction
 
doExecute(HttpClient, CloseIndexRequest, ActionListener<CloseIndexResponse>) - Method in class org.elasticsearch.http.action.admin.indices.close.HttpCloseIndexAction
 
doExecute(HttpClient, CloseIndexRequest, ActionListener<CloseIndexResponse>) - Method in class org.elasticsearch.http.action.admin.indices.create.HttpCreateIndexAction
 
doExecute(HttpClient, BulkRequest, ActionListener<BulkResponse>) - Method in class org.elasticsearch.http.action.bulk.HttpBulkAction
 
doExecute(HttpClient, CountRequest, ActionListener<CountResponse>) - Method in class org.elasticsearch.http.action.count.HttpCountAction
 
doExecute(HttpClient, DeleteRequest, ActionListener<DeleteResponse>) - Method in class org.elasticsearch.http.action.delete.HttpDeleteAction
 
doExecute(HttpClient, DeleteByQueryRequest, ActionListener<DeleteByQueryResponse>) - Method in class org.elasticsearch.http.action.deletebyquery.HttpDeleteByQueryAction
 
doExecute(HttpClient, ExplainRequest, ActionListener<ExplainResponse>) - Method in class org.elasticsearch.http.action.explain.HttpExplainAction
 
doExecute(HttpClient, GetRequest, ActionListener<GetResponse>) - Method in class org.elasticsearch.http.action.get.HttpGetAction
 
doExecute(HttpClient, MultiGetRequest, ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.http.action.get.HttpMultiGetAction
 
doExecute(HttpClient, IndexRequest, ActionListener<IndexResponse>) - Method in class org.elasticsearch.http.action.index.HttpIndexAction
 
doExecute(HttpClient, MoreLikeThisRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.http.action.mlt.HttpMoreLikeThisAction
 
doExecute(HttpClient, PercolateRequest, ActionListener<PercolateResponse>) - Method in class org.elasticsearch.http.action.percolate.HttpPercolateAction
 
doExecute(HttpClient, MultiSearchRequest, ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.http.action.search.HttpMultiSearchAction
 
doExecute(HttpClient, SearchRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.http.action.search.HttpSearchAction
 
doExecute(HttpClient, SearchScrollRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.http.action.search.HttpSearchScrollAction
 
doExecute(HttpClient, UpdateRequest, ActionListener<UpdateResponse>) - Method in class org.elasticsearch.http.action.update.HttpUpdateAction
 
doFloatValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doFloatValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doIntValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doIntValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doLongValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doLongValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
done() - Method in class com.ning.http.client.listenable.AbstractListenableFuture
 
done(Callable<?>) - Method in interface com.ning.http.client.ListenableFuture
Execute a Callable and if there is no exception, mark this Future as done and release the internal lock.
done(Callable<?>) - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
done(Callable<?>) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
done(Callable) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
done() - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
done() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
 
DONT_GUNZIP - Static variable in class org.elasticsearch.common.Base64
Specify that gzipped data should not be automatically gunzipped.
doShortValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doShortValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doubleToBytes(double) - Static method in class org.elasticsearch.common.Numbers
Converts a double to a byte array.
doubleValue() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Returns the LongAdder.sum() as a double after a widening primitive conversion.
doubleValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doubleValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.AndFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BaseFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BaseQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BoolFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.CustomBoostFactorQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.CustomScoreQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.ExistsFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.FilteredQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoPolygonFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoShapeFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.HasChildFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.HasChildQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.HasParentFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.HasParentQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.IdsFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.IndicesFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.LimitFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MatchAllFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MissingFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.NestedFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.NotFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.OrFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.PrefixFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.QueryFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.ScriptFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanTermQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.TermFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.TermQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.TermsFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.TopChildrenQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.TypeFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.WrapperFilterBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
drainTasksTo(Collection<? super ForkJoinTask<?>>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Removes all available unexecuted submitted and forked tasks from scheduling queues and adds them to the given collection, without altering their execution status.
drainTo(Collection<? super E>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
 
drainTo(Collection<? super E>, int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
 
dryRun(boolean) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Sets a dry run flag (defaults to false) allowing to run the commands without actually applying them to the cluster state, and getting the resulting cluster state back.
dryRun() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
DummySnappyCompressor - Class in org.elasticsearch.common.compress.snappy
 
DummySnappyCompressor() - Constructor for class org.elasticsearch.common.compress.snappy.DummySnappyCompressor
 
DummyTransportAddress - Class in org.elasticsearch.common.transport
 
duration() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
dynamicSettings() - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
dynamicSettings() - Static method in class org.elasticsearch.cluster.metadata.MetaData
 

E

earthCircumference - Variable in enum org.elasticsearch.common.unit.DistanceUnit
 
earthRadius - Variable in enum org.elasticsearch.common.unit.DistanceUnit
 
ElasticSearchException - Exception in org.elasticsearch
A base class for all elasticsearch exceptions.
ElasticSearchException(String) - Constructor for exception org.elasticsearch.ElasticSearchException
Construct a ElasticSearchException with the specified detail message.
ElasticSearchException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticSearchException
Construct a ElasticSearchException with the specified detail message and nested exception.
ElasticSearchGenerationException - Exception in org.elasticsearch
A generic exception indicating failure to generate.
ElasticSearchGenerationException(String) - Constructor for exception org.elasticsearch.ElasticSearchGenerationException
 
ElasticSearchGenerationException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticSearchGenerationException
 
ElasticSearchIllegalArgumentException - Exception in org.elasticsearch
 
ElasticSearchIllegalArgumentException() - Constructor for exception org.elasticsearch.ElasticSearchIllegalArgumentException
 
ElasticSearchIllegalArgumentException(String) - Constructor for exception org.elasticsearch.ElasticSearchIllegalArgumentException
 
ElasticSearchIllegalArgumentException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticSearchIllegalArgumentException
 
ElasticSearchIllegalStateException - Exception in org.elasticsearch
 
ElasticSearchIllegalStateException() - Constructor for exception org.elasticsearch.ElasticSearchIllegalStateException
 
ElasticSearchIllegalStateException(String) - Constructor for exception org.elasticsearch.ElasticSearchIllegalStateException
 
ElasticSearchIllegalStateException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticSearchIllegalStateException
 
ElasticSearchInterruptedException - Exception in org.elasticsearch
The same as InterruptedException simply a runtime one.
ElasticSearchInterruptedException(String) - Constructor for exception org.elasticsearch.ElasticSearchInterruptedException
 
ElasticSearchInterruptedException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticSearchInterruptedException
 
ElasticSearchNullPointerException - Exception in org.elasticsearch
 
ElasticSearchNullPointerException() - Constructor for exception org.elasticsearch.ElasticSearchNullPointerException
 
ElasticSearchNullPointerException(String) - Constructor for exception org.elasticsearch.ElasticSearchNullPointerException
 
ElasticSearchNullPointerException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticSearchNullPointerException
 
ElasticSearchParseException - Exception in org.elasticsearch
 
ElasticSearchParseException(String) - Constructor for exception org.elasticsearch.ElasticSearchParseException
 
ElasticSearchParseException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticSearchParseException
 
ElasticSearchTimeoutException - Exception in org.elasticsearch
The same as TimeoutException simply a runtime one.
ElasticSearchTimeoutException(String) - Constructor for exception org.elasticsearch.ElasticSearchTimeoutException
 
ElasticSearchTimeoutException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticSearchTimeoutException
 
ElasticSearchWrapperException - Interface in org.elasticsearch
 
element() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
EMPTY - Static variable in class org.elasticsearch.cluster.metadata.MappingMetaData.Id
 
EMPTY - Static variable in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
EMPTY - Static variable in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
EMPTY - Static variable in class org.elasticsearch.cluster.routing.allocation.AllocationExplanation
 
EMPTY - Static variable in class org.elasticsearch.common.bytes.BytesArray
 
EMPTY - Static variable in class org.elasticsearch.common.bytes.NettyBytesArray
 
EMPTY - Static variable in class org.elasticsearch.search.internal.InternalSearchHits
 
EMPTY - Static variable in class org.elasticsearch.search.internal.InternalSearchResponse
 
EMPTY - Static variable in class org.elasticsearch.transport.TransportRequestOptions
 
EMPTY - Static variable in class org.elasticsearch.transport.TransportResponseOptions
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.action.search.ShardSearchFailure
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.common.Bytes
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.common.Strings
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.common.text.StringAndBytesText
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.common.text.StringText
 
EMPTY_BYTES - Static variable in class org.elasticsearch.common.lucene.util.BytesRef
An empty byte array for convenience
EMPTY_CHARS - Static variable in class org.elasticsearch.common.lucene.util.CharsRef
 
EMPTY_CLUSTER_BLOCK - Static variable in class org.elasticsearch.cluster.block.ClusterBlocks
 
EMPTY_DOC_SET - Static variable in class org.elasticsearch.common.lucene.docset.DocSet
 
EMPTY_LIST - Static variable in class org.elasticsearch.cluster.node.DiscoveryNode
 
EMPTY_LOAD - Static variable in class org.elasticsearch.monitor.os.OsStats
 
EMPTY_META_DATA - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
EMPTY_NODES - Static variable in class org.elasticsearch.cluster.node.DiscoveryNodes
 
EMPTY_PARAMS - Static variable in interface org.elasticsearch.common.xcontent.ToXContent
 
EMPTY_ROUTING_TABLE - Static variable in class org.elasticsearch.cluster.routing.RoutingTable
 
EMPTY_SETTINGS - Static variable in class org.elasticsearch.common.settings.ImmutableSettings.Builder
 
emptyDelta() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
EmptyScorer - Class in org.elasticsearch.common.lucene.search
 
EmptyScorer(Similarity) - Constructor for class org.elasticsearch.common.lucene.search.EmptyScorer
 
EmptyTransportResponseHandler - Class in org.elasticsearch.transport
 
EmptyTransportResponseHandler(String) - Constructor for class org.elasticsearch.transport.EmptyTransportResponseHandler
 
enableConsoleLogging() - Static method in class org.elasticsearch.common.logging.Loggers
 
enabled() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
enablePositionIncrements(boolean) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Set to true to enable position increments in result query.
enablePositionIncrements(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set to true to enable position increments in result query.
encode(byte[]) - Static method in class com.ning.http.util.Base64
Encodes the specified data into a base64 string.
encode(String) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
ENCODE - Static variable in class org.elasticsearch.common.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class org.elasticsearch.common.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class org.elasticsearch.common.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encode(double, double) - Static method in class org.elasticsearch.index.search.geo.GeoHashUtils
 
encode(double, double, int) - Static method in class org.elasticsearch.index.search.geo.GeoHashUtils
Encodes the given latitude and longitude into a geohash
encodeBytes(byte[]) - Static method in class org.elasticsearch.common.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.elasticsearch.common.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.elasticsearch.common.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.elasticsearch.common.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class org.elasticsearch.common.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class org.elasticsearch.common.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeCookies(Collection<Cookie>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
encodeFileToFile(String, String) - Static method in class org.elasticsearch.common.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.elasticsearch.common.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.elasticsearch.common.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.elasticsearch.common.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encoder(String) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
Set encoder for the highlighting are styled and default.
encodeToFile(byte[], String) - Static method in class org.elasticsearch.common.Base64
Convenience method for encoding data to a file.
endArray() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
endObject() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
endOffset() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
endpoint() - Method in class org.elasticsearch.action.support.HttpRequest
 
endsWith(BytesRef) - Method in class org.elasticsearch.common.lucene.util.BytesRef
 
endsWithIgnoreCase(String, String) - Static method in class org.elasticsearch.common.Strings
Test if the given String ends with the specified suffix, ignoring upper/lower case.
endTime() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
entries() - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData
 
entrySet() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
entrySet() - Method in class com.ning.http.client.FluentStringsMap
entrySet() - Method in class com.ning.http.client.simple.HeaderMap
 
entrySet() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
equals(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
equals(Object) - Method in class com.ning.http.client.FluentStringsMap
 
equals(Object) - Method in class com.ning.http.client.oauth.ConsumerKey
 
equals(Object) - Method in class com.ning.http.client.oauth.RequestToken
 
equals(Object) - Method in class com.ning.http.client.Realm
 
equals(Object) - Method in class org.elasticsearch.action.GenericAction
 
equals(Object) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
equals(Object) - Method in class org.elasticsearch.cluster.ClusterName
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Id
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
equals(Object) - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.PlainShardIterator
 
equals(Object) - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
 
equals(Object) - Method in class org.elasticsearch.common.bytes.BytesArray
 
equals(Object) - Method in class org.elasticsearch.common.collect.Tuple
 
equals(Object) - Method in class org.elasticsearch.common.compress.CompressedString
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.AndFilter
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.MatchAllDocsFilter
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsFilter
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsQuery
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.elasticsearch.common.lucene.search.NotFilter
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.OrFilter
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.TermFilter
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
 
equals(char[], int, char[], int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
See if two array slices are the same.
equals(int[], int, int[], int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
See if two array slices are the same.
equals(Object) - Method in class org.elasticsearch.common.lucene.util.BytesRef
 
equals(Object) - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
equals(Object) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
equals(Object) - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
equals(Object) - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
equals(Object) - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
equals(Object) - Method in class org.elasticsearch.common.unit.SizeValue
 
equals(Object) - Method in class org.elasticsearch.common.unit.TimeValue
 
equals(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
equals(Object) - Method in class org.elasticsearch.common.UUID
Compares this object to the specified object.
equals(Object) - Method in class org.elasticsearch.index.engine.Segment
 
equals(Object) - Method in class org.elasticsearch.index.Index
 
equals(Object) - Method in class org.elasticsearch.index.search.geo.Point
 
equals(Object) - Method in class org.elasticsearch.index.shard.ShardId
 
equals(Object) - Method in class org.elasticsearch.script.ContentScriptService.CacheKey
 
equals(Object) - Method in class org.elasticsearch.search.SearchShardTarget
 
equals(Object) - Method in class org.elasticsearch.Version
 
error() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
error(String, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs an ERROR level message.
error(String, Throwable, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs an ERROR level message.
error(String, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
error(String, Throwable, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
error(String) - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
error(String, Throwable) - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
ESLogger - Interface in org.elasticsearch.common.logging
 
ESLoggerFactory - Class in org.elasticsearch.common.logging
 
ESLoggerFactory() - Constructor for class org.elasticsearch.common.logging.ESLoggerFactory
 
EsRejectedExecutionException - Exception in org.elasticsearch.common.util.concurrent
 
EsRejectedExecutionException(String) - Constructor for exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
EsRejectedExecutionException() - Constructor for exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
EsRejectedExecutionException(Throwable) - Constructor for exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
estabResets() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
estimatedNumberType() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
estimatedNumberType() - Method in interface org.elasticsearch.common.xcontent.XContentParser
Is the number type estimated or not (i.e.
estimatedSizeInBytes() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
estimatedTimeInMillis() - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
estimatedTimeInMillis() - Method in interface org.elasticsearch.threadpool.ThreadPool
 
estimatedTimeInMillis() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
estimateRamUsage(Object) - Method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Deprecated.
Don't create instances of this class, instead use the static RamUsageEstimator.sizeOf(Object) method.
EWMA - Class in org.elasticsearch.common.metrics
An exponentially-weighted moving average.
EWMA(double, long, TimeUnit) - Constructor for class org.elasticsearch.common.metrics.EWMA
Create a new EWMA with a specific smoothing constant.
exception - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.elasticsearch.transport.netty.MessageChannelHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in interface org.elasticsearch.transport.netty.NettyTransport
 
ExceptionsHelper - Class in org.elasticsearch
 
ExceptionsHelper() - Constructor for class org.elasticsearch.ExceptionsHelper
 
exclude(SpanQueryBuilder) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
excludeFilters() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
exec() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Implements execution conventions for CountedCompleters
exec() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Immediately performs the base action of this task and returns true if, upon return from this method, this task is guaranteed to have completed normally.
exec() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveAction
Implements execution conventions for RecursiveActions.
exec() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveTask
Implements execution conventions for RecursiveTask.
executable(Object, Map<String, Object>) - Method in interface org.elasticsearch.script.BasicScriptEngineService
 
executable(Object, Map<String, Object>) - Method in interface org.elasticsearch.script.ContentScriptEngineService
 
executable(String, String, Map) - Method in class org.elasticsearch.script.ContentScriptService
 
executable(CompiledScript, Map) - Method in class org.elasticsearch.script.ContentScriptService
 
ExecutableScript - Interface in org.elasticsearch.script
An executable script, can't be used concurrently.
execute(AsyncHandler<T>) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
execute() - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
execute(Request, AsyncHandler<T>) - Method in interface com.ning.http.client.AsyncHttpProvider
Execute the request and invoke the AsyncHandler when the response arrive.
execute(Request, AsyncHandler<T>) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
execute(Request, AsyncHandler<T>, ListenableFuture<T>) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
execute(Request, AsyncHandler<T>) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
execute() - Method in class org.elasticsearch.action.ActionRequestBuilder
 
execute(ActionListener<Response>) - Method in class org.elasticsearch.action.ActionRequestBuilder
 
execute(HttpClient, Request) - Method in class org.elasticsearch.action.support.HttpAction
 
execute(HttpClient, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.HttpAction
 
execute(ClusterAction<Request, Response, RequestBuilder>, Request) - Method in interface org.elasticsearch.client.ClusterAdminClient
 
execute(ClusterAction<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in interface org.elasticsearch.client.ClusterAdminClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request) - Method in interface org.elasticsearch.client.GenericClient
Executes a generic action, denoted by an Action.
execute(Action<Request, Response, RequestBuilder, Client>, Request, ActionListener<Response>) - Method in interface org.elasticsearch.client.GenericClient
Executes a generic action, denoted by an Action.
execute(ClusterAction<Request, Response, RequestBuilder>, Request) - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
execute(ClusterAction<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
execute(IndicesAction<Request, Response, RequestBuilder>, Request) - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
execute(IndicesAction<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request) - Method in class org.elasticsearch.client.http.HttpIngestClient
 
execute(Action<Request, Response, RequestBuilder, SearchClient>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.http.HttpIngestClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request) - Method in class org.elasticsearch.client.http.HttpSearchClient
 
execute(Action<Request, Response, RequestBuilder, SearchClient>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.http.HttpSearchClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request) - Method in class org.elasticsearch.client.http.support.InternalHttpClusterAdminClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.http.support.InternalHttpClusterAdminClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request) - Method in class org.elasticsearch.client.http.support.InternalHttpIndicesAdminClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.http.support.InternalHttpIndicesAdminClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request) - Method in class org.elasticsearch.client.http.support.InternalHttpIngestClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.http.support.InternalHttpIngestClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request) - Method in class org.elasticsearch.client.http.support.InternalHttpSearchClient
 
execute(Action<Request, Response, RequestBuilder, Client>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.http.support.InternalHttpSearchClient
 
execute(IndicesAction<Request, Response, RequestBuilder>, Request) - Method in interface org.elasticsearch.client.IndicesAdminClient
 
execute(IndicesAction<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in interface org.elasticsearch.client.IndicesAdminClient
 
execute(Action<Request, Response, RequestBuilder, SearchClient>, Request) - Method in interface org.elasticsearch.client.SearchClient
Executes a generic action, denoted by an Action.
execute(Action<Request, Response, RequestBuilder, SearchClient>, Request, ActionListener<Response>) - Method in interface org.elasticsearch.client.SearchClient
Executes a generic action, denoted by an Action.
execute(ClusterState) - Method in interface org.elasticsearch.cluster.ClusterStateUpdateTask
Update the cluster state based on the current state.
execute(RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
execute(RoutingAllocation) - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
 
execute(RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
execute(RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
execute(RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
execute(ForkJoinTask<?>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Arranges for (asynchronous) execution of the given task.
execute(Runnable) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
 
execute(Object, Map<String, Object>) - Method in interface org.elasticsearch.script.BasicScriptEngineService
 
execute(Object, Map<String, Object>) - Method in interface org.elasticsearch.script.ContentScriptEngineService
 
execute(CompiledScript, Map) - Method in class org.elasticsearch.script.ContentScriptService
 
EXECUTE_ASYNC_CONNECT - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Execute the connect operation asynchronously.
executeRequest(Request, AsyncHandler<T>) - Method in class com.ning.http.client.AsyncHttpClient
Execute an HTTP request.
executeRequest(Request) - Method in class com.ning.http.client.AsyncHttpClient
Execute an HTTP request.
execution(String) - Method in class org.elasticsearch.index.query.TermsFilterBuilder
Sets the execution mode for the terms filter.
ExecutionList - Class in com.ning.http.client.listenable
A list of (Runnable, Executor) pairs that guarantees that every Runnable that is added using the add method will be executed in its associated Executor after ExecutionList.run() is called.
ExecutionList() - Constructor for class com.ning.http.client.listenable.ExecutionList
 
executionType(String) - Method in class org.elasticsearch.index.query.HasChildFilterBuilder
Expert: Sets the low level child to parent filtering implementation.
executionType(String) - Method in class org.elasticsearch.index.query.HasChildQueryBuilder
Expert: Sets the low level child to parent filtering implementation.
executionType(String) - Method in class org.elasticsearch.index.query.HasParentFilterBuilder
Expert: Sets the low level parent to child filtering implementation.
executionType(String) - Method in class org.elasticsearch.index.query.HasParentQueryBuilder
Expert: Sets the low level parent to child filtering implementation.
executor() - Method in class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing.MulticastTaoPingResponseRequestHandler
 
executor(String) - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
executor(String) - Method in interface org.elasticsearch.threadpool.ThreadPool
 
executor(String) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
executor() - Method in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
executor() - Method in class org.elasticsearch.transport.PlainTransportFuture
 
executor() - Method in interface org.elasticsearch.transport.TransportRequestHandler
 
executor() - Method in interface org.elasticsearch.transport.TransportResponseHandler
 
executorService() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the ExecutorService an AsyncHttpClient use for handling asynchronous response.
existence(boolean) - Method in class org.elasticsearch.index.query.MissingFilterBuilder
Should hte missing filter include documents where the field doesn't exists in the docs.
exists() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
exists() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
exists() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
exists() - Method in class org.elasticsearch.action.get.GetResponse
Does the document exists.
exists(IndicesExistsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices Exists.
exists(IndicesExistsRequest, ActionListener<IndicesExistsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
The status of one or more indices.
exists(IndicesExistsRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
exists(IndicesExistsRequest, ActionListener<IndicesExistsResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
exists() - Method in class org.elasticsearch.index.get.GetResult
Does the document exists.
existsCount() - Method in class org.elasticsearch.index.get.GetStats
 
existsFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter to filter only documents where a field exists in them.
ExistsFilterBuilder - Class in org.elasticsearch.index.query
Constructs a filter that only match on documents that the field has a value in them.
ExistsFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.ExistsFilterBuilder
 
existsTime() - Method in class org.elasticsearch.index.get.GetStats
 
existsTimeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
exit(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
Should the JVM be exited as well or not.
exit() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
Should the JVM be exited as well or not.
expectedNumberOfOperations() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
expectedRecoveredIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
expectedRecoveredIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
explain(boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Indicate if detailed information about query is requested
explain() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Indicates if detailed information about query is requested
explain(ExplainRequest) - Method in interface org.elasticsearch.client.SearchClient
Computes a score explanation for the specified request.
explain(ExplainRequest, ActionListener<ExplainResponse>) - Method in interface org.elasticsearch.client.SearchClient
Computes a score explanation for the specified request.
explain(ExplainRequest) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
explain(ExplainRequest, ActionListener<ExplainResponse>) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
explain(Boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Should each SearchHit be returned with an explanation of the hit (ranking).
ExplainAction - Class in org.elasticsearch.action.explain
Entry point for the explain feature.
ExplainRequest - Class in org.elasticsearch.action.explain
Explain request encapsulating the explain query and document identifier to get an explanation for.
ExplainRequest(String, String, String) - Constructor for class org.elasticsearch.action.explain.ExplainRequest
 
ExplainRequestBuilder - Class in org.elasticsearch.action.explain
A builder for ExplainRequest.
ExplainRequestBuilder(SearchClient, String, String, String) - Constructor for class org.elasticsearch.action.explain.ExplainRequestBuilder
 
ExplainResponse - Class in org.elasticsearch.action.explain
Response containing the score explanation.
ExplainResponse(boolean) - Constructor for class org.elasticsearch.action.explain.ExplainResponse
 
ExplainResponse(boolean, Explanation) - Constructor for class org.elasticsearch.action.explain.ExplainResponse
 
ExplainResponse(boolean, Explanation, GetResult) - Constructor for class org.elasticsearch.action.explain.ExplainResponse
 
ExplainSourceBuilder - Class in org.elasticsearch.action.explain
 
ExplainSourceBuilder() - Constructor for class org.elasticsearch.action.explain.ExplainSourceBuilder
 
explanation() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
explanation() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
explanation() - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
explanation() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocationResult
 
explanation() - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
explanation() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
explanation(Explanation) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
explanation() - Method in interface org.elasticsearch.search.SearchHit
If enabled, the explanation of the search hit.
explanations() - Method in class org.elasticsearch.cluster.routing.allocation.AllocationExplanation
 
extensions() - Method in interface org.elasticsearch.script.BasicScriptEngineService
 
extensions() - Method in interface org.elasticsearch.script.ContentScriptEngineService
 
EXTRA - Static variable in class com.ning.http.multipart.Part
Extra characters
extractRawValues(String, Map<String, Object>) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
Extracts raw values (string, int, and so on) based on the path provided returning all of them as a single list.
extractTerms(Set<Term>) - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsQuery
 
extractValue(String, Map<String, Object>) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
extraSource(SearchSourceBuilder) - Method in class org.elasticsearch.action.search.SearchRequest
Allows to provide additional source that will be used as well.
extraSource(Map) - Method in class org.elasticsearch.action.search.SearchRequest
 
extraSource(XContentBuilder) - Method in class org.elasticsearch.action.search.SearchRequest
 
extraSource(String) - Method in class org.elasticsearch.action.search.SearchRequest
Allows to provide additional source that will use used as well.
extraSource(byte[]) - Method in class org.elasticsearch.action.search.SearchRequest
Allows to provide additional source that will be used as well.
extraSource(byte[], int, int) - Method in class org.elasticsearch.action.search.SearchRequest
Allows to provide additional source that will be used as well.
extraSource(byte[], int, int, boolean) - Method in class org.elasticsearch.action.search.SearchRequest
Allows to provide additional source that will be used as well.
extraSource(BytesReference, boolean) - Method in class org.elasticsearch.action.search.SearchRequest
Allows to provide additional source that will be used as well.
extraSource() - Method in class org.elasticsearch.action.search.SearchRequest
Additional search source to execute.

F

facet(AbstractFacetBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Add a facet to perform as part of the search.
Facet - Interface in org.elasticsearch.search.facet
A search facet.
facet(Class<T>, String) - Method in interface org.elasticsearch.search.facet.Facets
Returns the facet by name already casted to the specified type.
facet(String) - Method in interface org.elasticsearch.search.facet.Facets
A facet of the specified name.
facet(Class<T>, String) - Method in class org.elasticsearch.search.facet.InternalFacets
Returns the facet by name already casted to the specified type.
facet(String) - Method in class org.elasticsearch.search.facet.InternalFacets
A facet of the specified name.
facetFilter - Variable in class org.elasticsearch.search.facet.AbstractFacetBuilder
 
facetFilter(FilterBuilder) - Method in class org.elasticsearch.search.facet.AbstractFacetBuilder
 
facets() - Method in class org.elasticsearch.action.search.SearchResponse
The search facets.
facets(byte[]) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a raw (xcontent / json) facets.
facets(byte[], int, int) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a raw (xcontent / json) facets.
facets(BytesReference) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a raw (xcontent / json) facets.
facets(XContentBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a raw (xcontent / json) facets.
facets(Map) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a raw (xcontent / json) facets.
Facets - Interface in org.elasticsearch.search.facet
Facets of search action.
facets() - Method in interface org.elasticsearch.search.facet.Facets
The list of Facets.
facets() - Method in class org.elasticsearch.search.facet.InternalFacets
The list of Facets.
facets() - Method in class org.elasticsearch.search.internal.InternalSearchResponse
 
facetsAsMap() - Method in interface org.elasticsearch.search.facet.Facets
Returns the Facets keyed by facet name.
facetsAsMap() - Method in class org.elasticsearch.search.facet.InternalFacets
Returns the Facets keyed by map.
factor(int) - Method in class org.elasticsearch.index.query.TopChildrenQueryBuilder
Controls the multiplication factor of the initial hits required from the child query over the main query request.
FACTORY - Static variable in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
factory() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
factory() - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
 
FACTORY - Static variable in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
factory() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
FACTORY - Static variable in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
factory() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
FACTORY - Static variable in class org.elasticsearch.search.warmer.IndexWarmersMetaData
 
failed() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
Is this a failed execution of an operation.
failed() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
Is this a failed execution?
FailedRerouteAllocation - Class in org.elasticsearch.cluster.routing.allocation
 
FailedRerouteAllocation(AllocationDeciders, RoutingNodes, DiscoveryNodes, ShardRouting) - Constructor for class org.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation
 
failedShard() - Method in class org.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation
 
failedShards() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
The failed number of shards the delete by query was executed on.
failedShards() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
The failed number of shards the delete by query was executed on.
failedShards() - Method in class org.elasticsearch.action.search.SearchResponse
The failed number of shards the search was executed on.
failedShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
The failed shards this request was executed on.
FailedToResolveConfigException - Exception in org.elasticsearch.env
 
FailedToResolveConfigException(String) - Constructor for exception org.elasticsearch.env.FailedToResolveConfigException
 
FailedToResolveConfigException(String, Throwable) - Constructor for exception org.elasticsearch.env.FailedToResolveConfigException
 
failure() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The actual failure object if there was a failure.
failure() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The failure if relevant.
failure - Static variable in class org.elasticsearch.common.compress.snappy.xerial.XerialSnappy
 
failureMessage() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The failure message, null if it did not fail.
failureMessage() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
The actual failure message, null if its not a failure.
failures() - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
FastByteArrayInputStream - Class in org.elasticsearch.common.io
 
FastByteArrayInputStream(byte[]) - Constructor for class org.elasticsearch.common.io.FastByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
FastByteArrayInputStream(byte[], int, int) - Constructor for class org.elasticsearch.common.io.FastByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
FastByteArrayOutputStream - Class in org.elasticsearch.common.io
Similar to ByteArrayOutputStream just not synced.
FastByteArrayOutputStream() - Constructor for class org.elasticsearch.common.io.FastByteArrayOutputStream
Creates a new byte array output stream.
FastByteArrayOutputStream(int) - Constructor for class org.elasticsearch.common.io.FastByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
FastCharArrayReader - Class in org.elasticsearch.common.io
 
FastCharArrayReader(char[]) - Constructor for class org.elasticsearch.common.io.FastCharArrayReader
Creates a CharArrayReader from the specified array of chars.
FastCharArrayReader(char[], int, int) - Constructor for class org.elasticsearch.common.io.FastCharArrayReader
Creates a CharArrayReader from the specified array of chars.
FastCharArrayWriter - Class in org.elasticsearch.common.io
A similar class to CharArrayWriter allowing to get the underlying char[] buffer.
FastCharArrayWriter() - Constructor for class org.elasticsearch.common.io.FastCharArrayWriter
Creates a new CharArrayWriter.
FastCharArrayWriter(int) - Constructor for class org.elasticsearch.common.io.FastCharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
FastStringReader - Class in org.elasticsearch.common.io
A character stream whose source is a string that is not thread safe

(shay.banon )

FastStringReader(String) - Constructor for class org.elasticsearch.common.io.FastStringReader
Creates a new string reader.
feed(ByteBuffer, boolean) - Method in class com.ning.http.client.providers.netty.FeedableBodyGenerator
 
FeedableBodyGenerator - Class in com.ning.http.client.providers.netty
BodyGenerator which may return just part of the payload at the time handler is requesting it.
FeedableBodyGenerator() - Constructor for class com.ning.http.client.providers.netty.FeedableBodyGenerator
 
FeedableBodyGenerator.FeedListener - Interface in com.ning.http.client.providers.netty
 
fetchCount() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
fetchCurrent() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
fetchTime() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
fetchTimeInMillis() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
field(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
field() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
field(String) - Method in class org.elasticsearch.action.get.GetResponse
 
field(String, ToXContent) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, ToXContent, ToXContent.Params) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, XContentBuilder.FieldCaseConversion) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, XContentBuilder.FieldCaseConversion) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, char[], int, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, char[], int, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, String, XContentBuilder.FieldCaseConversion) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, String, XContentBuilder.FieldCaseConversion) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Integer) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Integer) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, BigDecimal) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, BigDecimal) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, BigDecimal, int, RoundingMode, boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, BigDecimal, int, RoundingMode, boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, BytesReference) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, BytesReference) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Text) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Text) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, byte[], int, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Map<String, Object>) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Map<String, Object>) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Iterable) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Iterable) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, String...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, String...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Object...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Object...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, int...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, int...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, long...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, long...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, float...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, float...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, double...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, double...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Object) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Object) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, byte[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, byte[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, ReadableInstant) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, ReadableInstant) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, ReadableInstant, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, ReadableInstant, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Date) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Date) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Date, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(XContentBuilderString, Date, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String) - Method in class org.elasticsearch.index.get.GetResult
 
field(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Adds a field to run the multi match against.
field(String, float) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Adds a field to run the multi match against with a specific boost.
field(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Adds a field to run the query string against.
field(String, float) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Adds a field to run the query string against with a specific boost.
field(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a field to load and return (note, it must be stored) as part of the search request.
field(String) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
Adds a field to be highlighted with default fragment size of 100 characters, and default number of fragments of 5 using the default encoder
field(String, int) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
Adds a field to be highlighted with a provided fragment size (in characters), and default number of fragments of 5.
field(String, int, int) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
Adds a field to be highlighted with a provided fragment size (in characters), and a provided (maximum) number of fragments.
field(String, int, int, int) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
Adds a field to be highlighted with a provided fragment size (in characters), and a provided (maximum) number of fragments.
field(HighlightBuilder.Field) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
 
field(String) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
field(String) - Method in interface org.elasticsearch.search.SearchHit
The hit field matching the given field name.
fieldCaseConversion(XContentBuilder.FieldCaseConversion) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
fieldDataCache() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
fieldDataCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
fieldEvictions() - Method in class org.elasticsearch.index.cache.CacheStats
 
fieldMaskingSpanQuery(SpanQueryBuilder, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
FieldMaskingSpanQueryBuilder - Class in org.elasticsearch.index.query
 
FieldMaskingSpanQueryBuilder(SpanQueryBuilder, String) - Constructor for class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
fieldQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that executes the query string against a field.
fieldQuery(String, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that executes the query string against a field.
fieldQuery(String, long) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that executes the query string against a field.
fieldQuery(String, float) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that executes the query string against a field.
fieldQuery(String, double) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that executes the query string against a field.
fieldQuery(String, boolean) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that executes the query string against a field.
fieldQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that executes the query string against a field.
FieldQueryBuilder - Class in org.elasticsearch.index.query
A query that executes the query string against a field.
FieldQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.FieldQueryBuilder
A query that executes the query string against a field.
FieldQueryBuilder(String, int) - Constructor for class org.elasticsearch.index.query.FieldQueryBuilder
A query that executes the query string against a field.
FieldQueryBuilder(String, long) - Constructor for class org.elasticsearch.index.query.FieldQueryBuilder
A query that executes the query string against a field.
FieldQueryBuilder(String, float) - Constructor for class org.elasticsearch.index.query.FieldQueryBuilder
A query that executes the query string against a field.
FieldQueryBuilder(String, double) - Constructor for class org.elasticsearch.index.query.FieldQueryBuilder
A query that executes the query string against a field.
FieldQueryBuilder(String, boolean) - Constructor for class org.elasticsearch.index.query.FieldQueryBuilder
A query that executes the query string against a field.
FieldQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.FieldQueryBuilder
A query that executes the query string against a field.
FieldQueryBuilder.Operator - Enum in org.elasticsearch.index.query
 
fields(String...) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
fields() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
fields() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
fields(String[]) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
fields(String...) - Method in class org.elasticsearch.action.get.GetRequest
Explicitly specify the fields that will be returned.
fields() - Method in class org.elasticsearch.action.get.GetRequest
Explicitly specify the fields that will be returned.
fields() - Method in class org.elasticsearch.action.get.GetResponse
 
fields(String...) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
fields() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
fields() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The fields of the document to use in order to find documents "like" this one.
fields(String...) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The fields of the document to use in order to find documents "like" this one.
fields(String...) - Method in class org.elasticsearch.action.update.UpdateRequest
Explicitly specify the fields that will be returned.
fields() - Method in class org.elasticsearch.action.update.UpdateRequest
Get the fields to be returned.
fields() - Method in class org.elasticsearch.common.xcontent.script.ScriptFieldsContext
 
fields() - Method in class org.elasticsearch.index.get.GetResult
 
fields(List<String>) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets the fields to load and return as part of the search request.
fields(String...) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds the fields to load and return as part of the search request.
fields() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
fields(Map<String, SearchHitField>) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
fields() - Method in interface org.elasticsearch.search.SearchHit
A map of hit fields (from field name to hit fields) if additional fields were required to be loaded.
fieldSize() - Method in class org.elasticsearch.index.cache.CacheStats
 
fieldSizeInBytes() - Method in class org.elasticsearch.index.cache.CacheStats
 
fieldsOrNull() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
fieldSort(String) - Static method in class org.elasticsearch.search.sort.SortBuilders
Constructs a new field based sort.
FieldSortBuilder - Class in org.elasticsearch.search.sort
A sort builder to sort based on a document field.
FieldSortBuilder(String) - Constructor for class org.elasticsearch.search.sort.FieldSortBuilder
Constructs a new sort based on a document field.
fifteenMinuteEWMA() - Static method in class org.elasticsearch.common.metrics.EWMA
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.
fifteenMinuteRate() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
FILE_NAME - Static variable in class com.ning.http.multipart.FilePart
Attachment's file name
FileBodyConsumer - Class in com.ning.http.client.consumers
A RandomAccessFile that can be used as a ResumableBodyConsumer
FileBodyConsumer(RandomAccessFile) - Constructor for class com.ning.http.client.consumers.FileBodyConsumer
 
FileBodyGenerator - Class in com.ning.http.client.generators
Creates a request body from the contents of a file.
FileBodyGenerator(File) - Constructor for class com.ning.http.client.generators.FileBodyGenerator
 
FileBodyGenerator(File, long, long) - Constructor for class com.ning.http.client.generators.FileBodyGenerator
 
FileBodyGenerator.FileBody - Class in com.ning.http.client.generators
 
FileBodyGenerator.FileBody(File) - Constructor for class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
FileBodyGenerator.FileBody(File, long, long) - Constructor for class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
FilePart - Class in com.ning.http.client
A file multipart part.
FilePart(String, File, String, String) - Constructor for class com.ning.http.client.FilePart
 
FilePart - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
FilePart(String, PartSource, String, String) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, PartSource) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, File) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, File, String, String) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, String, File) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, String, File, String, String) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePartSource - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
FilePartSource(File) - Constructor for class com.ning.http.multipart.FilePartSource
Constructor for FilePartSource.
FilePartSource(String, File) - Constructor for class com.ning.http.multipart.FilePartSource
Constructor for FilePartSource.
FilePartStallHandler - Class in com.ning.http.multipart
 
FilePartStallHandler(long, FilePart) - Constructor for class com.ning.http.multipart.FilePartStallHandler
 
FileSystemUtils - Class in org.elasticsearch.common.io
 
FileUploadStalledException - Exception in com.ning.http.multipart
 
FileUploadStalledException() - Constructor for exception com.ning.http.multipart.FileUploadStalledException
 
fillInStackTrace() - Method in exception org.elasticsearch.transport.NodeDisconnectedException
 
fillInStackTrace() - Method in exception org.elasticsearch.transport.NotSerializableTransportException
 
fillInStackTrace() - Method in exception org.elasticsearch.transport.RemoteTransportException
 
fillInStackTrace() - Method in exception org.elasticsearch.transport.ResponseHandlerFailureTransportException
 
filter(FilterContext<T>) - Method in class com.ning.http.client.extra.ThrottleRequestFilter
filter(FilterContext<T>) - Method in interface com.ning.http.client.filter.IOExceptionFilter
An AsyncHttpProvider will invoke IOExceptionFilter.filter(com.ning.http.client.filter.FilterContext<T>) and will use the returned FilterContext to replay the Request or abort the processing.
filter(FilterContext<T>) - Method in interface com.ning.http.client.filter.RequestFilter
filter(FilterContext<T>) - Method in interface com.ning.http.client.filter.ResponseFilter
An AsyncHttpProvider will invoke ResponseFilter.filter(com.ning.http.client.filter.FilterContext<T>) and will use the returned FilterContext.replayRequest() and FilterContext.getAsyncHandler() to decide if the response processing can continue.
filter(FilterContext) - Method in class com.ning.http.client.resumable.ResumableIOExceptionFilter
 
filter() - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
filter(String) - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
filter(Map<String, Object>) - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
filter(FilterBuilder) - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
filter(CompressedString) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
filter(String) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
filter(Map<String, Object>) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
filter(XContentBuilder) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
filter() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
filter() - Method in class org.elasticsearch.common.lucene.search.NotDeletedFilter
 
filter() - Method in class org.elasticsearch.common.lucene.search.NotFilter
 
filter(ImmutableSettings.Builder) - Method in interface org.elasticsearch.common.settings.ClientSettingsFilter.Filter
 
filter(Map<String, Object>, String[], String[]) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
filter(FilterBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
filter(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
filter(byte[]) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
filter(byte[], int, int) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
filter(BytesReference) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
filter(XContentBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a query from a builder.
filter(Map) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a query from a map.
FILTER_QUERY_NAME - Static variable in class org.elasticsearch.index.query.QueryFilterBuilder
 
filterAll() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filterBlocks() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filterBlocks(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
FilterBuilder - Interface in org.elasticsearch.index.query
 
FilterBuilders - Class in org.elasticsearch.index.query
A static factory for simple "import static" usage.
filterCache() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
filterCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
FilterContext<T> - Class in com.ning.http.client.filter
A FilterContext can be used to decorate Request and AsyncHandler from a list of RequestFilter.
FilterContext.FilterContextBuilder<T> - Class in com.ning.http.client.filter
 
FilterContext.FilterContextBuilder() - Constructor for class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
FilterContext.FilterContextBuilder(FilterContext<T>) - Constructor for class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
filterCount() - Method in class org.elasticsearch.index.cache.CacheStats
 
FilteredCollector - Class in org.elasticsearch.common.lucene.search
 
FilteredCollector(Collector, Filter) - Constructor for class org.elasticsearch.common.lucene.search.FilteredCollector
 
filteredIndexTemplates() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filteredIndexTemplates(String...) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filteredIndices() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filteredIndices(String...) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filteredQuery(QueryBuilder, FilterBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that applies a filter to the results of another query.
FilteredQueryBuilder - Class in org.elasticsearch.index.query
A query that applies a filter to the results of another query.
FilteredQueryBuilder(QueryBuilder, FilterBuilder) - Constructor for class org.elasticsearch.index.query.FilteredQueryBuilder
A query that applies a filter to the results of another query.
filterEvictions() - Method in class org.elasticsearch.index.cache.CacheStats
 
FilterException - Exception in com.ning.http.client.filter
An exception that can be thrown by an AsyncHandler to interrupt invocation of the RequestFilter and ResponseFilter.
FilterException(String) - Constructor for exception com.ning.http.client.filter.FilterException
 
FilterException(String, Throwable) - Constructor for exception com.ning.http.client.filter.FilterException
 
filteringAlias() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
filteringAlias(String[]) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
filteringAliases(String, String...) - Method in class org.elasticsearch.cluster.metadata.MetaData
Iterates through the list of indices and selects the effective list of filtering aliases for the given index.
filterMemEvictions() - Method in class org.elasticsearch.index.cache.CacheStats
 
filterMetaData() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filterMetaData(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filterName(String) - Method in class org.elasticsearch.index.query.AndFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.BoolFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.ExistsFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.GeoPolygonFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.GeoShapeFilterBuilder
Sets the name of the filter
filterName(String) - Method in class org.elasticsearch.index.query.HasChildFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.HasParentFilterBuilder
 
filterName(String) - Method in class org.elasticsearch.index.query.IdsFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.IndicesFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.MissingFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.NestedFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.NotFilterBuilder
 
filterName(String) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.OrFilterBuilder
 
filterName(String) - Method in class org.elasticsearch.index.query.PrefixFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.QueryFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.ScriptFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.TermFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterName(String) - Method in class org.elasticsearch.index.query.TermsFilterBuilder
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
filterNodes() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filterNodes(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filterRoutingTable() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filterRoutingTable(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
filters() - Method in class org.elasticsearch.common.lucene.search.AndFilter
 
filters() - Method in class org.elasticsearch.common.lucene.search.OrFilter
 
filterSettings(Settings) - Method in class org.elasticsearch.common.settings.ClientSettingsFilter
 
filterSize() - Method in class org.elasticsearch.index.cache.CacheStats
 
filterSizeInBytes() - Method in class org.elasticsearch.index.cache.CacheStats
 
finalize() - Method in class com.ning.http.client.AsyncHttpClient
 
findByAddress(TransportAddress) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
findPrimaryForReplica(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
firstOrNull() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
firstOrNull() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
Returns the first shard, or null, without incrementing the iterator.
fiveMinuteEWMA() - Static method in class org.elasticsearch.common.metrics.EWMA
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.
fiveMinuteRate() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
FixedBitDocSet - Class in org.elasticsearch.common.lucene.docset
 
FixedBitDocSet(FixedBitSet) - Constructor for class org.elasticsearch.common.lucene.docset.FixedBitDocSet
 
FixedBitDocSet(int) - Constructor for class org.elasticsearch.common.lucene.docset.FixedBitDocSet
 
fixedSourceDistance(double, double, DistanceUnit) - Method in enum org.elasticsearch.index.search.geo.GeoDistance
 
fixNegativeQueryIfNeeded(Query) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
FLAG_NEGOTIATE_128 - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_ALWAYS_SIGN - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_KEY_EXCH - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_NTLM - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_NTLM2 - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_SEAL - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_SIGN - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_TARGET_DESIRED - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_UNICODE_ENCODING - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
flagsFromString(String) - Static method in class org.elasticsearch.common.regex.Regex
 
flagsToString(int) - Static method in class org.elasticsearch.common.regex.Regex
 
floatToBytes(float) - Static method in class org.elasticsearch.common.Numbers
Converts a float to a byte array.
floatValue() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Returns the LongAdder.sum() as a float after a widening primitive conversion.
floatValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
floatValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
FluentCaseInsensitiveStringsMap - Class in com.ning.http.client
An implementation of a String -> List<String> map that adds a fluent interface, i.e.
FluentCaseInsensitiveStringsMap() - Constructor for class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
FluentCaseInsensitiveStringsMap(FluentCaseInsensitiveStringsMap) - Constructor for class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
FluentCaseInsensitiveStringsMap(Map<String, Collection<String>>) - Constructor for class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
FluentStringsMap - Class in com.ning.http.client
An implementation of a String -> List<String> map that adds a fluent interface, i.e.
FluentStringsMap() - Constructor for class com.ning.http.client.FluentStringsMap
 
FluentStringsMap(FluentStringsMap) - Constructor for class com.ning.http.client.FluentStringsMap
 
FluentStringsMap(Map<String, Collection<String>>) - Constructor for class com.ning.http.client.FluentStringsMap
 
FLUSH - Static variable in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest.Defaults
 
flush() - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Should flush be performed after the optimization.
flush(boolean) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Should flush be performed after the optimization.
flush() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
flush(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
flush() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
flush(FlushRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly flush one or more indices (releasing memory from the node).
flush(FlushRequest, ActionListener<FlushResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly flush one or more indices (releasing memory from the node).
flush(FlushRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
flush(FlushRequest, ActionListener<FlushResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
flush() - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Flush the stream.
flush() - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.stream.StreamOutput
Forces any buffered output to be written.
flush() - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Flushes the stream.
flush() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
flush() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
flush() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
flush() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
FLUSH - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
FlushAction - Class in org.elasticsearch.action.admin.indices.flush
 
flushBase64() - Method in class org.elasticsearch.common.Base64.OutputStream
Method added by PHIL.
FlushRequest - Class in org.elasticsearch.action.admin.indices.flush
A flush request to flush one or more indices.
FlushRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.flush.FlushRequest
Constructs a new flush request against one or more indices.
flushRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a flush indices request.
FlushRequestBuilder - Class in org.elasticsearch.action.admin.indices.flush
 
FlushRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
 
FlushResponse - Class in org.elasticsearch.action.admin.indices.flush
A response to flush action.
flushStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
flushStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
flushStats() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
 
FlushStats - Class in org.elasticsearch.index.flush
 
FlushStats() - Constructor for class org.elasticsearch.index.flush.FlushStats
 
FlushStats(long, long) - Constructor for class org.elasticsearch.index.flush.FlushStats
 
force() - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Force flushing, even if one is possibly not needed.
force(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Force flushing, even if one is possibly not needed.
FORCE_RESPONSE_BUFFERING - Static variable in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
forceTermination() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Forces this phaser to enter termination state.
fork() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Arranges to asynchronously execute this task.
ForkJoinPool - Class in org.elasticsearch.common.util.concurrent.jsr166y
An ExecutorService for running ForkJoinTasks.
ForkJoinPool() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Creates a ForkJoinPool with parallelism equal to Runtime.availableProcessors(), using the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Creates a ForkJoinPool with the indicated parallelism level, the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Creates a ForkJoinPool with the given parameters.
ForkJoinPool.ForkJoinWorkerThreadFactory - Interface in org.elasticsearch.common.util.concurrent.jsr166y
Factory for creating new ForkJoinWorkerThreads.
ForkJoinPool.ManagedBlocker - Interface in org.elasticsearch.common.util.concurrent.jsr166y
Interface for extending managed parallelism for tasks running in ForkJoinPools.
ForkJoinTask<V> - Class in org.elasticsearch.common.util.concurrent.jsr166y
Abstract base class for tasks that run within a ForkJoinPool.
ForkJoinTask() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
 
ForkJoinWorkerThread - Class in org.elasticsearch.common.util.concurrent.jsr166y
A thread managed by a ForkJoinPool, which executes ForkJoinTasks.
ForkJoinWorkerThread(ForkJoinPool) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinWorkerThread
Creates a ForkJoinWorkerThread operating in the given pool.
format() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
format() - Method in class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
format(String, Object...) - Static method in class org.elasticsearch.common.logging.support.LoggerMessageFormat
 
format(String, String, Object...) - Static method in class org.elasticsearch.common.logging.support.LoggerMessageFormat
 
format(double) - Static method in class org.elasticsearch.common.unit.Percent
 
format() - Method in class org.elasticsearch.common.unit.TimeValue
 
format(PeriodType) - Method in class org.elasticsearch.common.unit.TimeValue
 
format1Decimals(double, String) - Static method in class org.elasticsearch.common.Strings
Format the double value with a single decimal points, trimming trailing '.0'.
formatDate(Date) - Static method in class com.ning.http.util.DateUtil
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class com.ning.http.util.DateUtil
Formats the given date according to the specified pattern.
FormatDateTimeFormatter - Class in org.elasticsearch.common.joda
A simple wrapper around DateTimeFormatter that retains the format that was used to create it.
FormatDateTimeFormatter(String, DateTimeFormatter) - Constructor for class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
FormatDateTimeFormatter(String, DateTimeFormatter, DateTimeFormatter) - Constructor for class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
forPattern(String) - Static method in class org.elasticsearch.common.joda.Joda
Parses a joda based pattern, including some named ones (similar to the built in Joda ISO ones).
fragmentOffset(int) - Method in class org.elasticsearch.search.highlight.HighlightBuilder.Field
 
fragments() - Method in class org.elasticsearch.search.highlight.HighlightField
The highlighted fragments.
fragmentSize(int) - Method in class org.elasticsearch.search.highlight.HighlightBuilder.Field
 
free() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
free() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
free() - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
freePercent() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
from(Object) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
from(Object) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
from(int) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
from(long) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
from(float) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
from(double) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
from(Object) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
from(int) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
from(long) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
from(float) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
from(double) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
from(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
from(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
from(int) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
from(long) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
from(float) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
from(double) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
from(int) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
From index to start the search from.
fromBytes(byte[], DiscoveryNode) - Static method in class org.elasticsearch.cluster.ClusterState.Builder
 
fromBytes(byte[]) - Static method in class org.elasticsearch.common.Unicode
 
fromBytes(byte[], int, int) - Static method in class org.elasticsearch.common.Unicode
 
fromBytesAsUtf16(byte[]) - Static method in class org.elasticsearch.common.Unicode
 
fromBytesAsUtf16(byte[], int, int) - Static method in class org.elasticsearch.common.Unicode
 
fromId(byte) - Static method in enum org.elasticsearch.action.index.IndexRequest.OpType
Constructs the operation type from its internal representation.
fromId(byte) - Static method in enum org.elasticsearch.action.search.SearchOperationThreading
 
fromId(byte) - Static method in enum org.elasticsearch.action.search.SearchType
Constructs search type based on the internal id.
fromId(byte) - Static method in enum org.elasticsearch.action.support.broadcast.BroadcastOperationThreading
 
fromId(byte) - Static method in enum org.elasticsearch.action.support.IgnoreIndices
 
fromId(byte) - Static method in enum org.elasticsearch.action.support.replication.ReplicationType
Constructs the operation type from its internal representation.
fromId(byte) - Static method in enum org.elasticsearch.action.WriteConsistencyLevel
 
fromId(int) - Static method in enum org.elasticsearch.cluster.block.ClusterBlockLevel
 
fromId(byte) - Static method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
 
fromId(byte) - Static method in enum org.elasticsearch.index.shard.IndexShardState
 
fromId(int) - Static method in class org.elasticsearch.Version
 
fromMap(Map<String, Object>) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom.Factory
 
fromMap(Map<String, Object>) - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
fromNode() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
fromRestContentType(String) - Static method in enum org.elasticsearch.common.xcontent.XContentType
 
fromString(String, SearchOperationThreading) - Static method in enum org.elasticsearch.action.search.SearchOperationThreading
 
fromString(String) - Static method in enum org.elasticsearch.action.search.SearchType
The a string representation search type to execute, defaults to SearchType.DEFAULT.
fromString(String, BroadcastOperationThreading) - Static method in enum org.elasticsearch.action.support.broadcast.BroadcastOperationThreading
 
fromString(String) - Static method in enum org.elasticsearch.action.support.IgnoreIndices
 
fromString(String) - Static method in enum org.elasticsearch.action.support.replication.ReplicationType
Parse the replication type from string.
fromString(String) - Static method in enum org.elasticsearch.action.WriteConsistencyLevel
 
fromString(String) - Static method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
 
fromString(String) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
 
fromString(String) - Static method in class org.elasticsearch.common.UUID
Creates a UUID from the string standard representation as described in the UUID.toString() method.
fromString(String) - Static method in enum org.elasticsearch.index.search.geo.GeoDistance
 
fromString(String) - Static method in enum org.elasticsearch.index.VersionType
 
fromString(String, VersionType) - Static method in enum org.elasticsearch.index.VersionType
 
fromString(String) - Static method in enum org.elasticsearch.transport.TransportRequestOptions.Type
 
fromStringAsBytes(String) - Static method in class org.elasticsearch.common.Unicode
 
fromStringAsUtf8(String) - Static method in class org.elasticsearch.common.Unicode
 
fromStringAsUtf8(String, UnicodeUtil.UTF8Result) - Static method in class org.elasticsearch.common.Unicode
 
fromUTF8(byte[]) - Static method in class com.ning.http.util.UTF8Codec
 
fromUTF8(byte[], int, int) - Static method in class com.ning.http.util.UTF8Codec
 
fromValue(byte) - Static method in enum org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus
 
fromValue(byte) - Static method in enum org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus.Stage
 
fromValue(byte) - Static method in enum org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus.Stage
 
fromValue(byte) - Static method in enum org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus.Stage
 
fromValue(byte) - Static method in enum org.elasticsearch.cluster.metadata.AliasAction.Type
 
fromValue(byte) - Static method in enum org.elasticsearch.cluster.routing.ShardRoutingState
 
fromValue(byte) - Static method in enum org.elasticsearch.index.VersionType
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
fromXContent(XContentParser) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom.Factory
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
fromXContent(XContentParser) - Method in interface org.elasticsearch.cluster.metadata.MetaData.Custom.Factory
 
fromXContent(XContentParser) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
 
fromXContent(XContentParser) - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommandFactory
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
{ "commands" : [ {"allocate" : {"index" : "test", "shard" : 0, "node" : "test"}} ] }
fromXContent(XContentParser) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
 
fromXContent(XContentParser) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
 
fromXContent(XContentParser) - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
fromXContentStandalone(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
fs() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node file system stats be returned.
fs(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node file system stats be returned.
fs - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
fs() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
File system level stats.
FsStats - Class in org.elasticsearch.monitor.fs
 
FsStats.Info - Class in org.elasticsearch.monitor.fs
 
FsStats.Info() - Constructor for class org.elasticsearch.monitor.fs.FsStats.Info
 
full() - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Should a "full" flush be performed.
full(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Should a "full" flush be performed.
fuzziness(Object) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets the minimum similarity used when evaluated to a fuzzy query type.
fuzziness(Object) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets the minimum similarity used when evaluated to a fuzzy query type.
fuzzyLikeThisFieldQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A fuzzy like this query that finds documents that are "like" the provided FuzzyLikeThisFieldQueryBuilder.likeText(String).
FuzzyLikeThisFieldQueryBuilder - Class in org.elasticsearch.index.query
 
FuzzyLikeThisFieldQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
A fuzzy more like this query on the provided field.
fuzzyLikeThisQuery(String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A fuzzy like this query that finds documents that are "like" the provided FuzzyLikeThisQueryBuilder.likeText(String) which is checked against the fields the query is constructed with.
fuzzyLikeThisQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
A fuzzy like this query that finds documents that are "like" the provided FuzzyLikeThisQueryBuilder.likeText(String) which is checked against the "_all" field.
FuzzyLikeThisQueryBuilder - Class in org.elasticsearch.index.query
 
FuzzyLikeThisQueryBuilder() - Constructor for class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
Constructs a new fuzzy like this query which uses the "_all" field.
FuzzyLikeThisQueryBuilder(String...) - Constructor for class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
Sets the field names that will be used when generating the 'Fuzzy Like This' query.
fuzzyMaxExpansions(int) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
 
fuzzyMaxExpansions(int) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
fuzzyMinSim(float) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Set the minimum similarity for fuzzy queries.
fuzzyMinSim(float) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set the minimum similarity for fuzzy queries.
fuzzyPrefixLength(int) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Set the prefix length for fuzzy queries.
fuzzyPrefixLength(int) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set the minimum similarity for fuzzy queries.
fuzzyQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents using fuzzy query.
FuzzyQueryBuilder - Class in org.elasticsearch.index.query
A Query that does fuzzy matching for a specific value.
FuzzyQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Constructs a new term query.
fuzzyRewrite(String) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
 
fuzzyRewrite(String) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
fuzzyRewrite(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
fuzzyRewrite(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 

G

GatewayRecoveryStatus - Class in org.elasticsearch.action.admin.indices.status
 
GatewayRecoveryStatus(GatewayRecoveryStatus.Stage, long, long, long, long, long, long) - Constructor for class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
gatewayRecoveryStatus() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Gateway recovery status (null if not applicable).
GatewayRecoveryStatus.Stage - Enum in org.elasticsearch.action.admin.indices.status
 
gatewaySnapshot(GatewaySnapshotRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly perform gateway snapshot for one or more indices.
gatewaySnapshot(GatewaySnapshotRequest, ActionListener<GatewaySnapshotResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly perform gateway snapshot for one or more indices.
gatewaySnapshot(GatewaySnapshotRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
gatewaySnapshot(GatewaySnapshotRequest, ActionListener<GatewaySnapshotResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
GatewaySnapshotAction - Class in org.elasticsearch.action.admin.indices.gateway.snapshot
 
GatewaySnapshotRequest - Class in org.elasticsearch.action.admin.indices.gateway.snapshot
Gateway snapshot allows to explicitly perform a snapshot through the gateway of one or more indices (backup them).
GatewaySnapshotRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotRequest
Constructs a new gateway snapshot against one or more indices.
gatewaySnapshotRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a gateway snapshot indices request.
GatewaySnapshotRequestBuilder - Class in org.elasticsearch.action.admin.indices.gateway.snapshot
 
GatewaySnapshotRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotRequestBuilder
 
GatewaySnapshotResponse - Class in org.elasticsearch.action.admin.indices.gateway.snapshot
Response for the gateway snapshot action.
GatewaySnapshotStatus - Class in org.elasticsearch.action.admin.indices.status
 
GatewaySnapshotStatus(GatewaySnapshotStatus.Stage, long, long, long, int) - Constructor for class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
gatewaySnapshotStatus() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The current on going snapshot to the gateway or the last one if none is on going.
GatewaySnapshotStatus.Stage - Enum in org.elasticsearch.action.admin.indices.status
 
gb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
gbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
gc() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
generateSpnegoDERObject(byte[]) - Method in interface com.ning.http.client.providers.netty.spnego.SpnegoTokenGenerator
 
generateToken(String) - Method in class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
generateType1Msg(String, String) - Method in class com.ning.http.client.ntlm.NTLMEngine
 
generateType3Msg(String, String, String, String, String) - Method in class com.ning.http.client.ntlm.NTLMEngine
 
generation() - Method in class org.elasticsearch.index.engine.Segment
 
generator - Variable in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
generic() - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
GENERIC - Static variable in class org.elasticsearch.threadpool.client.ClientThreadPool.Names
 
generic() - Method in interface org.elasticsearch.threadpool.ThreadPool
 
GENERIC - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
generic() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
GENERIC - Static variable in class org.elasticsearch.threadpool.transport.TransportThreadPool.Names
 
GenericAction<Request extends ActionRequest,Response extends ActionResponse> - Class in org.elasticsearch.action
A generic action.
GenericAction(String) - Constructor for class org.elasticsearch.action.GenericAction
 
GenericClient - Interface in org.elasticsearch.client
A client provides an interface for performing generic actions/operations against the server.
geoBoundingBoxFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter to filter based on a bounding box defined by top left and bottom right locations / points
GeoBoundingBoxFilterBuilder - Class in org.elasticsearch.index.query
 
GeoBoundingBoxFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
 
geoDistance(GeoDistance) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
geoDistance(GeoDistance) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
GeoDistance - Enum in org.elasticsearch.index.search.geo
Geo distance calculation.
geoDistance(GeoDistance) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The geo distance type used to compute the distance.
GeoDistance.ArcFixedSourceDistance - Class in org.elasticsearch.index.search.geo
 
GeoDistance.ArcFixedSourceDistance(double, double, DistanceUnit) - Constructor for class org.elasticsearch.index.search.geo.GeoDistance.ArcFixedSourceDistance
 
GeoDistance.DistanceBoundingCheck - Interface in org.elasticsearch.index.search.geo
 
GeoDistance.FactorFixedSourceDistance - Class in org.elasticsearch.index.search.geo
 
GeoDistance.FactorFixedSourceDistance(double, double, DistanceUnit) - Constructor for class org.elasticsearch.index.search.geo.GeoDistance.FactorFixedSourceDistance
 
GeoDistance.FixedSourceDistance - Interface in org.elasticsearch.index.search.geo
 
GeoDistance.Meridian180DistanceBoundingCheck - Class in org.elasticsearch.index.search.geo
 
GeoDistance.Meridian180DistanceBoundingCheck(Point, Point) - Constructor for class org.elasticsearch.index.search.geo.GeoDistance.Meridian180DistanceBoundingCheck
 
GeoDistance.PlaneFixedSourceDistance - Class in org.elasticsearch.index.search.geo
 
GeoDistance.PlaneFixedSourceDistance(double, double, DistanceUnit) - Constructor for class org.elasticsearch.index.search.geo.GeoDistance.PlaneFixedSourceDistance
 
GeoDistance.SimpleDistanceBoundingCheck - Class in org.elasticsearch.index.search.geo
 
GeoDistance.SimpleDistanceBoundingCheck(Point, Point) - Constructor for class org.elasticsearch.index.search.geo.GeoDistance.SimpleDistanceBoundingCheck
 
geoDistanceFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter to filter based on a specific distance from a specific geo location / point.
GeoDistanceFilterBuilder - Class in org.elasticsearch.index.query
 
GeoDistanceFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
geoDistanceRangeFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter to filter based on a specific range from a specific geo location / point.
GeoDistanceRangeFilterBuilder - Class in org.elasticsearch.index.query
 
GeoDistanceRangeFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
geoDistanceSort(String) - Static method in class org.elasticsearch.search.sort.SortBuilders
A geo distance based sort.
GeoDistanceSortBuilder - Class in org.elasticsearch.search.sort
A geo distance based sorting on a geo point like field.
GeoDistanceSortBuilder(String) - Constructor for class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Constructs a new distance based sort on a geo point like field.
geohash(String) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
geohash(String) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
geohash(String) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The geohash of the geo point to create the range distance facets from.
GeoHashUtils - Class in org.elasticsearch.index.search.geo
Utilities for encoding and decoding geohashes.
GeoJSONShapeParser - Class in org.elasticsearch.common.geo
Parsers which supports reading Shapes in GeoJSON format from a given XContentParser.
GeoJSONShapeSerializer - Class in org.elasticsearch.common.geo
Serializes Shape instances into GeoJSON format

Example of the format used for points:

{ "type": "Point", "coordinates": [100.0, 0.0] }

geoPolygonFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter to filter based on a polygon defined by a set of locations / points.
GeoPolygonFilterBuilder - Class in org.elasticsearch.index.query
 
GeoPolygonFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.GeoPolygonFilterBuilder
 
GeoShapeConstants - Interface in org.elasticsearch.common.geo
Common constants through the GeoShape codebase
geoShapeFilter(String, Shape) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter to filter based on the relationship between a shape and indexed shapes
geoShapeFilter(String, String, String) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
GeoShapeFilterBuilder - Class in org.elasticsearch.index.query
FilterBuilder that builds a GeoShape Filter
GeoShapeFilterBuilder(String, Shape) - Constructor for class org.elasticsearch.index.query.GeoShapeFilterBuilder
Creates a new GeoShapeFilterBuilder whose Filter will be against the given field name using the given Shape
GeoShapeFilterBuilder(String, String, String) - Constructor for class org.elasticsearch.index.query.GeoShapeFilterBuilder
Creates a new GeoShapeFilterBuilder whose Filter will be against the given field name and will use the Shape found with the given ID in the given type
geoShapeQuery(String, Shape) - Static method in class org.elasticsearch.index.query.QueryBuilders
Query that matches Documents based on the relationship between the given shape and indexed shapes
GeoShapeQueryBuilder - Class in org.elasticsearch.index.query
 
GeoShapeQueryBuilder(String, Shape) - Constructor for class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
get(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
get(Object) - Method in class com.ning.http.client.FluentStringsMap
get(long, TimeUnit) - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
get() - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
get(long, TimeUnit) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
get() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
get(long, TimeUnit) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
get(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
get() - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
get(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
get(BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
get(BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
get() - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
get() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
get(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
get() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
get(GetRequest) - Method in interface org.elasticsearch.client.IngestClient
Gets the document that was indexed from an index with a type and id.
get(GetRequest, ActionListener<GetResponse>) - Method in interface org.elasticsearch.client.IngestClient
Gets the document that was indexed from an index with a type and id.
get(GetRequest) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
get(GetRequest, ActionListener<GetResponse>) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
get(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
get(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
get(int) - Method in class org.elasticsearch.common.bytes.BytesArray
 
get(int) - Method in interface org.elasticsearch.common.bytes.BytesReference
Returns the byte at the specified index.
get(int) - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
get(K) - Method in class org.elasticsearch.common.collect.MapBuilder
 
get() - Method in class org.elasticsearch.common.io.stream.LongStreamable
 
get(int) - Method in class org.elasticsearch.common.lucene.docset.AllDocSet
 
get(int) - Method in class org.elasticsearch.common.lucene.docset.AndDocSet
 
get(int) - Method in class org.elasticsearch.common.lucene.docset.DocSet
 
get(int) - Method in class org.elasticsearch.common.lucene.docset.FixedBitDocSet
 
get(int) - Method in class org.elasticsearch.common.lucene.docset.NotDocSet
 
get(int) - Method in class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
get(int) - Method in class org.elasticsearch.common.lucene.docset.OrDocSet
 
get(int) - Method in class org.elasticsearch.common.lucene.search.LimitFilter.LimitDocSet
 
get(String) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Returns a setting value based on the setting key.
get(String) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
get(String, String) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
get(String) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value associated with the setting key.
get(String, String) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value associated with the setting key.
get(long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.BaseFuture

get() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture

get(long) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
get(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
get(long) - Method in interface org.elasticsearch.common.util.concurrent.ConcurrentMapLong
 
get() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in class org.elasticsearch.common.util.concurrent.ThreadLocals.CleanableValue
 
get() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
GET - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
getAcceptKey(String) - Static method in class com.ning.http.client.providers.netty.WebSocketUtil
 
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse
 
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexResponse
 
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
Has the index creation been acknowledged by all current cluster nodes within the provided CreateIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue).
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
Has the index deletion been acknowledged by all current cluster nodes within the provided DeleteIndexRequest.timeout(org.elasticsearch.common.unit.TimeValue).
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
Has the put mapping creation been acknowledged by all current cluster nodes within the provided PutMappingRequest.timeout(org.elasticsearch.common.unit.TimeValue).
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexResponse
 
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
 
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
 
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerResponse
 
getAcknowledged() - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerResponse
Has the put warmer been ack'ed.
GetAction - Class in org.elasticsearch.action.get
 
getAction(String) - Method in class org.elasticsearch.action.HttpClusterAdminActionModule
 
getAction(String) - Method in class org.elasticsearch.action.HttpIndicesAdminActionModule
 
getAction(String) - Method in class org.elasticsearch.action.HttpIngestActionModule
 
getAction(String) - Method in class org.elasticsearch.action.HttpSearchActionModule
 
getActive() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
getActive() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
getActive() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
getActiveOpens() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getActivePrimaryShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getActivePrimaryShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getActiveShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getActiveShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getActiveShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
getActiveShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
getActiveThreadCount() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns an estimate of the number of threads that are currently stealing or executing tasks.
getActualFree() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getActualUsed() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getAddress() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The address that the node can be communicated with.
getAddress() - Method in class org.elasticsearch.http.HttpInfo
 
getAddress() - Method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
getAddress() - Method in class org.elasticsearch.transport.TransportInfo
 
getAfterUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
getAlgorithm() - Method in class com.ning.http.client.Realm
 
getAlgorithm() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getAlias() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
getAliases() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getAliases() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getAllAvailableAddresses() - Static method in class org.elasticsearch.common.network.NetworkUtils
 
getAllAvailableInterfaces() - Static method in class org.elasticsearch.common.network.NetworkUtils
Returns all the available interfaces, including first level sub interfaces.
getAllocationExplanation() - Method in class org.elasticsearch.cluster.ClusterState
 
getAllowPoolingConnection() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is the ConnectionsPool support enabled.
getAllValidationFailures() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
All the validation failures, including index level validation failures.
getAnalyzer() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getAndSetAuth(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getAndSetStatusReceived(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getAndSetWriteBody(boolean) - Method in interface com.ning.http.client.ListenableFuture
Write the Request body
getAndSetWriteBody(boolean) - Method in class com.ning.http.client.providers.jdk.JDKFuture
Write the Request body
getAndSetWriteBody(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Write the Request body
getAndSetWriteHeaders(boolean) - Method in interface com.ning.http.client.ListenableFuture
Write the Request headers
getAndSetWriteHeaders(boolean) - Method in class com.ning.http.client.providers.jdk.JDKFuture
Write the Request headers
getAndSetWriteHeaders(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Write the Request headers
getArrivedParties() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Returns the number of registered parties that have arrived at the current phase of this phaser.
getAsapResponse() - Method in class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
getAsArray(String) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsArray(String, String[]) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsArray(String, String[]) - Method in interface org.elasticsearch.common.settings.Settings
The values associated with a setting prefix as an array.
getAsArray(String) - Method in interface org.elasticsearch.common.settings.Settings
The values associated with a setting prefix as an array.
getAsBoolean(String, Boolean) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsBoolean(String, Boolean) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as boolean) associated with the setting key.
getAsBytesSize(String, ByteSizeValue) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsBytesSize(String, ByteSizeValue) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as size) associated with the setting key.
getAsciiBytes(String) - Static method in class com.ning.http.multipart.MultipartEncodingUtil
 
getAsciiString(byte[]) - Static method in class com.ning.http.multipart.MultipartEncodingUtil
 
getAsClass(String, Class<? extends T>) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsClass(String, Class<? extends T>, String, String) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsClass(String, Class<? extends T>) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as a class) associated with the setting key.
getAsClass(String, Class<? extends T>, String, String) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as a class) associated with the setting key.
getAsDouble(String, Double) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsDouble(String, Double) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as double) associated with the setting key.
getAsFloat(String, Float) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsFloat(String, Float) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as float) associated with the setting key.
getAsInt(String, Integer) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsInt(String, Integer) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as int) associated with the setting key.
getAsLong(String, Long) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsLong(String, Long) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as long) associated with the setting key.
getAsMap() - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsMap() - Method in interface org.elasticsearch.common.settings.Settings
The settings as a Map.
getAssignedShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
getAsSize(String, SizeValue) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsSize(String, SizeValue) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as size) associated with the setting key.
getAsTime(String, TimeValue) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsTime(String, TimeValue) - Method in interface org.elasticsearch.common.settings.Settings
Returns the setting value (as time) associated with the setting key.
getAsVersion(String, Version) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getAsVersion(String, Version) - Method in interface org.elasticsearch.common.settings.Settings
Retruns a parsed version.
getAsyncHandler() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
getAsyncHandler() - Method in class com.ning.http.client.filter.FilterContext
Return the original or decorated AsyncHandler
getAsyncHandler() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getAsyncHttpProviderConfig() - Method in class com.ning.http.client.AsyncHttpClientConfig
getAsyncMode() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.
getAt(int) - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
getAt(int) - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
getAt(int) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
getAt(int) - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
getAt(int) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
getAt(int) - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
getAt(int) - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
getAt(int) - Method in interface org.elasticsearch.search.SearchHits
Return the hit as the provided position.
getAttemptFails() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getAttributes() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The node attributes.
getAuthority(URI) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getAuthScheme() - Method in class com.ning.http.client.Realm
 
getAvailable() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getBaseUrl(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getBaseUrl(URI) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getBeforeUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
getBlocks() - Method in class org.elasticsearch.cluster.ClusterState
 
getBlocks() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getBloomSize() - Method in class org.elasticsearch.index.cache.CacheStats
 
getBloomSizeInBytes() - Method in class org.elasticsearch.index.cache.CacheStats
 
getBody() - Method in class org.elasticsearch.action.support.HttpResponse
 
getBodyAsXML() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getBodyByteBuffer() - Method in class com.ning.http.client.HttpResponseBodyPart
Return a ByteBuffer that wraps the actual bytes read from the response's chunk.
getBodyByteBuffer() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
getBodyByteBuffer() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
 
getBodyEncoding() - Method in interface com.ning.http.client.Request
Return the encoding value used when encoding the request's body.
getBodyGenerator() - Method in interface com.ning.http.client.Request
Return the current request's body generator.
getBodyPartBytes() - Method in class com.ning.http.client.HttpResponseBodyPart
Return the response body's part bytes received.
getBodyPartBytes() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
Return the response body's part bytes received.
getBodyPartBytes() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
Return the response body's part bytes received.
getBoostTermsFactor() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getBootClassPath() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getBoundary() - Static method in class com.ning.http.multipart.Part
Deprecated.
uses a constant string. Rather use Part.getPartBoundary()
getByPrefix(String) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getByPrefix(String) - Method in interface org.elasticsearch.common.settings.Settings
A settings that are filtered (and key is removed) with the specified prefix.
getByteData() - Method in interface com.ning.http.client.Request
Return the current request's body as a byte array
getBytes(byte[]) - Method in class com.ning.http.client.listener.TransferCompletionHandler.TransferAdapter
 
getBytes(String, String) - Static method in class com.ning.http.multipart.MultipartEncodingUtil
 
getBytes() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getCache() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getCacheSize() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
getCapacity() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
getCapacity() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
getCapacity() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
getCause() - Method in interface org.elasticsearch.ElasticSearchWrapperException
 
getCharArray(int) - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamInput
 
getCharArray(int) - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamInput
 
getCharSet() - Method in class com.ning.http.client.ByteArrayPart
 
getCharSet() - Method in class com.ning.http.client.FilePart
 
getCharset() - Method in class com.ning.http.client.StringPart
 
getCharSet() - Method in class com.ning.http.multipart.Part
Return the character encoding of this part.
getCharSet() - Method in class com.ning.http.multipart.PartBase
Return the character encoding of this part.
getClassLoader() - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getClassLoader() - Method in interface org.elasticsearch.common.settings.Settings
The class loader associated with this settings, or Classes.getDefaultClassLoader() if not set.
getClassLoaderIfSet() - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getClassLoaderIfSet() - Method in interface org.elasticsearch.common.settings.Settings
The class loader associated with this settings, but only if explicitly set, otherwise null.
getClassPath() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getClusterName() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getClusterName() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
 
getClusterName() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
getClusterName() - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
getCnonce() - Method in class com.ning.http.client.Realm
 
getCollectionCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
getCollectionTime() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
getCompleter() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Returns the completer established in this task's constructor, or null if none.
getComponentSettings(Class) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getComponentSettings(String, Class) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getComponentSettings(Class) - Method in interface org.elasticsearch.common.settings.Settings
Component settings for a specific component.
getComponentSettings(String, Class) - Method in interface org.elasticsearch.common.settings.Settings
Component settings for a specific component.
getConcreteAllIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getConcreteAllOpenIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getConfig() - Method in class com.ning.http.client.AsyncHttpClient
getConfig() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
getConnectionsPool() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return an instance of ConnectionsPool
getConnectionTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient can wait when connecting to a remote host
getContentLength() - Method in interface com.ning.http.client.Body
Gets the length of the body.
getContentLength() - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
getContentLength() - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
getContentLength() - Method in class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
getContentLength() - Method in interface com.ning.http.client.Request
Return the current size of the content-lenght header based on the body's size.
getContentLength() - Method in class com.ning.http.multipart.MultipartBody
 
getContentLength() - Method in class com.ning.http.multipart.MultipartRequestEntity
 
getContentLength() - Method in interface com.ning.http.multipart.RequestEntity
Gets the request entity's length.
getContentType() - Method in class com.ning.http.client.providers.ResponseBase
 
getContentType() - Method in interface com.ning.http.client.Response
Return the content-type header value.
getContentType() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getContentType() - Method in class com.ning.http.multipart.MultipartRequestEntity
 
getContentType() - Method in class com.ning.http.multipart.Part
Returns the content type of this part.
getContentType() - Method in class com.ning.http.multipart.PartBase
Returns the content type of this part.
getContentType() - Method in interface com.ning.http.multipart.RequestEntity
Gets the entity's content type.
getContentType() - Method in class org.elasticsearch.action.support.HttpResponse
 
getCookies() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getCookies() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getCookies() - Method in interface com.ning.http.client.Request
Return Coookie.
getCookies() - Method in interface com.ning.http.client.Response
Return the list of Cookie.
getCookies() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getCoresPerSocket() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
getCount() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
getCount() - Method in class org.elasticsearch.action.count.CountResponse
The count of documents matching the query provided.
getCount() - Method in class org.elasticsearch.index.get.GetStats
 
getCount() - Method in class org.elasticsearch.index.shard.DocsStats
 
getCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
getCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
getCpu() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getCpu() - Method in class org.elasticsearch.monitor.os.OsStats
 
getCpu() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getCurrent() - Method in class org.elasticsearch.index.get.GetStats
 
getCurrEstab() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getCustom(String) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
getCustom(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
getCustom(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
getCustom(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
getCustoms() - Method in class org.elasticsearch.cluster.ClusterState
 
getCustoms() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getCustoms() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getCustoms() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getData() - Method in class com.ning.http.client.ByteArrayPart
 
getDataNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getDays() - Method in class org.elasticsearch.common.unit.TimeValue
 
getDaysFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getDefaultClassLoader() - Static method in class org.elasticsearch.common.Classes
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDeleteCount() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
getDeleteCurrent() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
getDeleted() - Method in class org.elasticsearch.index.shard.DocsStats
 
getDeletedDocs() - Method in class org.elasticsearch.action.admin.indices.status.DocsStatus
The number of deleted docs in the index.
getDeletedDocs() - Method in class org.elasticsearch.index.engine.Segment
 
getDeleteTimeInMillis() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
getDetailedMessage() - Method in exception org.elasticsearch.ElasticSearchException
Return the detail message, including the message from the nested exception if there is one.
getDirectMemoryMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getDiskQueue() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getDiskReads() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getDiskReadSizeInBytes() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getDiskReadSizeSize() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getDiskServiceTime() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getDiskWrites() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getDiskWriteSizeInBytes() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getDiskWriteSizeSize() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getDistancePerDegree() - Method in enum org.elasticsearch.common.unit.DistanceUnit
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.AndFilter
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.LimitFilter
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.MatchAllDocsFilter
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsFilter
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.NotDeletedFilter
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.NotFilter
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.OrFilter
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.TermFilter
 
getDocIdSet(IndexReader) - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
Returns the a DocIdSetIterator representing the Boolean composition of the filters that have been added.
getDocs() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getDocs() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
getDocs() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
getDocs() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Docs level information for the shard index, null if not applicable.
getDocs() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
GetDocSet - Class in org.elasticsearch.common.lucene.docset
 
GetDocSet(int) - Constructor for class org.elasticsearch.common.lucene.docset.GetDocSet
 
getDomain() - Method in class com.ning.http.client.Cookie
 
getDomain() - Method in class com.ning.http.client.Realm
Deprecated.
- use getNtlmDomain()
getDomain() - Method in class com.ning.http.client.Realm.RealmBuilder
Deprecated.
getDuration() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
getEarthCircumference() - Method in enum org.elasticsearch.common.unit.DistanceUnit
 
getEarthRadius() - Method in enum org.elasticsearch.common.unit.DistanceUnit
 
getEncoding() - Method in class com.ning.http.client.ProxyServer
 
getEncoding() - Method in class com.ning.http.client.Realm
 
getEncoding() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getEndOffset() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getEndTime() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
getEntityWriter() - Method in interface com.ning.http.client.Request
Return the current request's body as an EntityWriter
getError() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
getEstabResets() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getException() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns the exception thrown by the base computation, or a CancellationException if cancelled, or null if none or if the method has not yet completed.
getExistsCount() - Method in class org.elasticsearch.index.get.GetStats
 
getExistsTime() - Method in class org.elasticsearch.index.get.GetStats
 
getExistsTimeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
getExpectedNumberOfOperations() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
getExpectedRecoveredIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
getExpectedRecoveredIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
getExplanation() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
getExplanation() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
getExplanation() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getExplanation() - Method in interface org.elasticsearch.search.SearchHit
If enabled, the explanation of the search hit.
getFacets() - Method in class org.elasticsearch.action.search.SearchResponse
The search facets.
getFacets() - Method in interface org.elasticsearch.search.facet.Facets
Returns the Facets keyed by facet name.
getFacets() - Method in class org.elasticsearch.search.facet.InternalFacets
Returns the Facets keyed by map.
getFactory() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns the factory used for constructing new workers.
getFailedShards() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
The failed number of shards the delete by query was executed on.
getFailedShards() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
The failed number of shards the delete by query was executed on.
getFailedShards() - Method in class org.elasticsearch.action.search.SearchResponse
The failed number of shards the search was executed on.
getFailedShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
The failed shards this request was executed on.
getFailure() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The actual failure object if there was a failure.
getFailure() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The failure if relevant.
getFailureMessage() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The failure message, null if it did not fail.
getFailureMessage() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
The actual failure message, null if its not a failure.
getFetchCount() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getFetchCurrent() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getFetchTimeInMillis() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
GetField - Class in org.elasticsearch.index.get
 
GetField(String, List<Object>) - Constructor for class org.elasticsearch.index.get.GetField
 
getFieldEvictions() - Method in class org.elasticsearch.index.cache.CacheStats
 
getFields() - Method in class org.elasticsearch.action.get.GetResponse
 
getFields() - Method in class org.elasticsearch.index.get.GetResult
 
getFields() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getFields() - Method in interface org.elasticsearch.search.SearchHit
A map of hit fields (from field name to hit fields) if additional fields were required to be loaded.
getFieldSize() - Method in class org.elasticsearch.index.cache.CacheStats
 
getFieldSizeInBytes() - Method in class org.elasticsearch.index.cache.CacheStats
 
getFile() - Method in class com.ning.http.client.FilePart
 
getFile() - Method in interface com.ning.http.client.Request
Return the File to upload.
getFile() - Method in class com.ning.http.multipart.FilePartSource
 
getFileName() - Method in class com.ning.http.client.ByteArrayPart
 
getFileName() - Method in class com.ning.http.multipart.ByteArrayPartSource
 
getFileName() - Method in class com.ning.http.multipart.FilePartSource
Return the current filename
getFileName() - Method in interface com.ning.http.multipart.PartSource
Gets the name of the file this source represents.
getFilename(String) - Static method in class org.elasticsearch.common.Strings
Extract the filename from the given path, e.g.
getFilenameExtension(String) - Static method in class org.elasticsearch.common.Strings
Extract the filename extension from the given path, e.g.
getFilter() - Method in class org.apache.lucene.search.DeletionAwareConstantScoreQuery
 
getFilter() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
getFilterCount() - Method in class org.elasticsearch.index.cache.CacheStats
 
getFilterEvictions() - Method in class org.elasticsearch.index.cache.CacheStats
 
getFilterMemEvictions() - Method in class org.elasticsearch.index.cache.CacheStats
 
getFilterSize() - Method in class org.elasticsearch.index.cache.CacheStats
 
getFilterSizeInBytes() - Method in class org.elasticsearch.index.cache.CacheStats
 
getFirst() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
getFirstNonLoopbackAddress(NetworkUtils.StackType) - Static method in class org.elasticsearch.common.network.NetworkUtils
Returns the first non-loopback address on any interface on the current host.
getFirstNonLoopbackAddress(NetworkInterface, NetworkUtils.StackType) - Static method in class org.elasticsearch.common.network.NetworkUtils
Returns the first non-loopback address on the given interface on the current host.
getFirstValue(String) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Returns the value for the given key.
getFirstValue(String) - Method in class com.ning.http.client.FluentStringsMap
Returns the value for the given key.
getFirstValue(String) - Method in class com.ning.http.client.simple.HeaderMap
 
getFlush() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getFlush() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getFlushStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
getFlushStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
getFlushStats() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
 
getFollow() - Method in class org.elasticsearch.common.logging.log4j.ConsoleAppender
Gets whether the appender honors reassignments of System.out or System.err made after configuration.
getForkJoinTaskTag() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns the tag for this task.
getFragments() - Method in class org.elasticsearch.search.highlight.HighlightField
The highlighted fragments.
getFree() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getFree() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getFree() - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
getFreePercent() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getFs() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
File system level stats.
getGatewayRecoveryStatus() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Gateway recovery status (null if not applicable).
getGatewaySnapshotStatus() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The current on going snapshot to the gateway or the last one if none is on going.
getGb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getGbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getGc() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getGeneration() - Method in class org.elasticsearch.index.engine.Segment
 
getGet() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getGet() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getGetResult() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
getGetResult() - Method in class org.elasticsearch.action.update.UpdateResponse
 
getGiga() - Method in class org.elasticsearch.common.unit.SizeValue
 
getGigaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
getGroups(String) - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
getGroups(String) - Method in interface org.elasticsearch.common.settings.Settings
Returns group settings for the given setting prefix.
getHeader(String) - Method in class com.ning.http.client.providers.ResponseBase
 
getHeader(String) - Method in interface com.ning.http.client.Response
Return the response header
getHeader(String) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getHeader() - Method in class org.elasticsearch.action.support.HttpResponse
 
getHeader(String) - Method in class org.elasticsearch.transport.TransportRequest
 
getHeader(String) - Method in class org.elasticsearch.transport.TransportResponse
 
getHeaders() - Method in class com.ning.http.client.HttpResponseHeaders
Return the HTTP header
getHeaders() - Method in class com.ning.http.client.listener.TransferCompletionHandler.TransferAdapter
 
getHeaders() - Method in class com.ning.http.client.providers.jdk.ResponseHeaders
Return the HTTP header
getHeaders() - Method in class com.ning.http.client.providers.netty.ResponseHeaders
Return the HTTP header
getHeaders(String) - Method in class com.ning.http.client.providers.ResponseBase
 
getHeaders() - Method in class com.ning.http.client.providers.ResponseBase
 
getHeaders() - Method in interface com.ning.http.client.Request
Return the current set of Headers.
getHeaders(String) - Method in interface com.ning.http.client.Response
Return a List of the response header value.
getHeaders() - Method in interface com.ning.http.client.Response
 
getHeaders(String) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getHeaders() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getHeaders() - Method in class org.elasticsearch.transport.TransportRequest
 
getHeaders() - Method in class org.elasticsearch.transport.TransportResponse
 
getHeapCommitted() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
getHeapInit() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getHeapMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getHeapUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
getHighlightFields() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getHighlightFields() - Method in interface org.elasticsearch.search.SearchHit
A map of highlighted fields.
getHits() - Method in class org.elasticsearch.action.search.SearchResponse
The search hits.
getHits() - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
getHits() - Method in interface org.elasticsearch.search.SearchHits
The hits of the search request (based on the search type, and from / size provided).
getHost() - Method in class com.ning.http.client.ProxyServer
 
getHost(URI) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getHostname() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
System's hostname.
getHostname() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getHostnameVerifier() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the HostnameVerifier
getHours() - Method in class org.elasticsearch.common.unit.TimeValue
 
getHoursFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getHttp() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getHttp() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getHttpResponse() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getId() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
getId() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The id of the action.
getId() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The id of the action.
getId() - Method in class org.elasticsearch.action.delete.DeleteResponse
The id of the document deleted.
getId() - Method in class org.elasticsearch.action.get.GetResponse
The id of the document.
getId() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The id of the document.
getId() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The id of the action.
getId() - Method in class org.elasticsearch.action.index.IndexResponse
The id of the document indexed.
getId() - Method in class org.elasticsearch.action.update.UpdateResponse
The id of the document indexed.
getId() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The unique id of the node.
getId() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
getId() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard id.
getId() - Method in class org.elasticsearch.index.get.GetResult
The id of the document.
getId() - Method in class org.elasticsearch.index.shard.ShardId
 
getId() - Method in class org.elasticsearch.monitor.process.ProcessInfo
The process id.
getId() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getId() - Method in interface org.elasticsearch.search.SearchHit
The id of the document.
getIdCacheSize() - Method in class org.elasticsearch.index.cache.CacheStats
 
getIdCacheSizeInBytes() - Method in class org.elasticsearch.index.cache.CacheStats
 
getIdle() - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
getIdleConnectionInPoolTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient will keep connection in pool.
getIdleConnectionTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient can stay idle.
getIndex() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getIndex() - Method in class org.elasticsearch.action.admin.indices.segments.IndexSegments
 
getIndex() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
getIndex() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
getIndex() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The index name of the action.
getIndex() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The index name of the action.
getIndex() - Method in class org.elasticsearch.action.delete.DeleteResponse
The index the document was deleted from.
getIndex() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
The index the delete by query operation was executed against.
getIndex() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
The index the delete by query operation was executed against.
getIndex() - Method in class org.elasticsearch.action.get.GetResponse
The index the document was fetched from.
getIndex() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The index name of the document.
getIndex() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The index name of the action.
getIndex() - Method in class org.elasticsearch.action.index.IndexResponse
The index the document was indexed into.
getIndex() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
 
getIndex() - Method in class org.elasticsearch.action.update.UpdateResponse
The index the document was indexed into.
getIndex() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getIndex() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
getIndex() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
getIndex() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The index name.
getIndex() - Method in class org.elasticsearch.index.get.GetResult
The index the document was fetched from.
getIndex() - Method in class org.elasticsearch.index.shard.ShardId
 
getIndex() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getIndex() - Method in interface org.elasticsearch.search.SearchHit
The index of the hit.
getIndex() - Method in class org.elasticsearch.search.SearchShardTarget
 
getIndexCount() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
getIndexCurrent() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
getIndexing() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getIndexing() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getIndexRecoveryProgress() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
getIndexRecoveryProgress() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
getIndexRouting() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
getIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
getIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
getIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
getIndexTimeInMillis() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
getIndices() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getIndices() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Indices level stats.
getIndices() - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
getIndices() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
getIndices() - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
getIndices() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryResponse
The responses from all the different indices.
getIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getIndicesRouting() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
getInErrs() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getInetAddress() - Method in interface com.ning.http.client.Request
Return the InetAddress to override
getInitializingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getInitializingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getInitializingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
getInputArguments() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getInSegs() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getIOException() - Method in class com.ning.http.client.filter.FilterContext
Return the IOException
getIOExceptionFilters() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the list of IOException
getIoThreadMultiplier() - Method in class com.ning.http.client.AsyncHttpClientConfig
 
getIpStackType() - Static method in class org.elasticsearch.common.network.NetworkUtils
Tries to determine the type of IP stack from the available interfaces and their addresses and from the system properties (java.net.preferIPv4Stack and java.net.preferIPv6Addresses)
getIPv4Localhost() - Static method in class org.elasticsearch.common.network.NetworkUtils
 
getIPv6Localhost() - Static method in class org.elasticsearch.common.network.NetworkUtils
 
getJoinedValue(String, String) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Returns the values for the given key joined into a single string using the given delimiter.
getJoinedValue(String, String) - Method in class com.ning.http.client.FluentStringsMap
Returns the values for the given key joined into a single string using the given delimiter.
getJoinedValue(String, String) - Method in class com.ning.http.client.simple.HeaderMap
 
getJvm() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
JVM level information.
getJvm() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
JVM level statistics.
getKb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getKbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getKeepAlive() - Method in class com.ning.http.client.AsyncHttpClientConfig
getKeepAlive() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getKeepAlive() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
getKeepAlive() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
getKeepAlive() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
getKey() - Method in class com.ning.http.client.oauth.ConsumerKey
 
getKey() - Method in class com.ning.http.client.oauth.RequestToken
 
getKey() - Static method in class com.ning.http.client.providers.netty.WebSocketUtil
 
getKilo() - Method in class org.elasticsearch.common.unit.SizeValue
 
getKiloFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
getLast() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
getLastGc() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
getLastResponse() - Method in class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
Delegates to Future#get() method.
getLeastSignificantBits() - Method in class org.elasticsearch.common.UUID
Returns the least significant 64 bits of this UUID's 128 bit value.
getLength() - Method in interface com.ning.http.client.Request
Deprecated. 
getLength() - Method in class com.ning.http.multipart.ByteArrayPartSource
 
getLength() - Method in class com.ning.http.multipart.FilePartSource
Return the length of the file
getLength() - Method in interface com.ning.http.multipart.PartSource
Gets the number of bytes contained in this source.
getLengthOfParts(Part[]) - Static method in class com.ning.http.multipart.Part
Return the total sum of all parts and that of the last boundary
getLengthOfParts(Part[], byte[]) - Static method in class com.ning.http.multipart.Part
Gets the length of the multipart message including the given parts.
getLikeText() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getLimit() - Method in class org.elasticsearch.common.lucene.search.LimitFilter
 
getLoadAverage() - Method in class org.elasticsearch.monitor.os.OsStats
 
getLocalAddress() - Method in interface com.ning.http.client.Request
 
getLocalAddress() - Static method in class org.elasticsearch.common.network.NetworkUtils
 
getLocalhost(NetworkUtils.StackType) - Static method in class org.elasticsearch.common.network.NetworkUtils
 
getLocalNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getLocalNodeId() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getLogger(String, String) - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
 
getLogger(String) - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
 
getLogger(Class, Settings, ShardId, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(Class, Settings, Index, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(Class, Settings, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(String, Settings, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(ESLogger, String) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(String) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(Class) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(Class, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(String, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getMacAddress() - Method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
getMappings() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getMappings() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getMasterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getMasterNodeId() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getMasterNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getMatchedFilters() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getMatchedFilters() - Method in interface org.elasticsearch.search.SearchHit
The set of filter names the query matched.
getMatches() - Method in class org.elasticsearch.action.index.IndexResponse
Returns the percolate queries matches.
getMatches() - Method in class org.elasticsearch.action.update.UpdateResponse
Returns the percolate queries matches.
getMax() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
getMax() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getMax() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
getMax() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
getMax() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
getMaxAge() - Method in class com.ning.http.client.Cookie
 
getMaxConnectionLifeTimeInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient will keep connection in the pool, or -1 to keep connection while possible.
getMaxConnectionPerHost() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum number of connections per hosts an AsyncHttpClient can handle.
getMaxDoc() - Method in class org.elasticsearch.action.admin.indices.status.DocsStatus
The max doc.
getMaxDocFreq() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMaxFileDescriptors() - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
getMaxQueryTerms() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMaxRedirects() - Method in class com.ning.http.client.AsyncHttpClientConfig
Get the maximum number of HTTP redirect
getMaxRequestRetry() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the number of time the library will retry when an IOException is throw by the remote server
getMaxScore() - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
getMaxScore() - Method in interface org.elasticsearch.search.SearchHits
The maximum score of this query.
getMaxTotalConnections() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum number of connections an AsyncHttpClient can handle.
getMaxWordLen() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getMbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getMega() - Method in class org.elasticsearch.common.unit.SizeValue
 
getMegaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
getMem() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getMem() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getMem() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getMem() - Method in class org.elasticsearch.monitor.os.OsStats
 
getMem() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getMerge() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getMerge() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getMergeStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
Total merges of this shard replication group.
getMergeStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
Total merges of this index.
getMergeStats() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Index merge statistics.
getMessage() - Method in exception org.elasticsearch.action.ActionRequestValidationException
 
getMessage() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The failure message.
getMessage() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The failure message.
getMetaData() - Method in class org.elasticsearch.cluster.ClusterState
 
getMetaData() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getMethod() - Method in interface com.ning.http.client.Request
Return the request's method name (GET, POST, etc.)
getMethodName() - Method in class com.ning.http.client.Realm
 
getMethodName() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getMhz() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
getMicros() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMicrosFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMillis() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMillisFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMimeType() - Method in class com.ning.http.client.ByteArrayPart
 
getMimeType() - Method in class com.ning.http.client.FilePart
 
getMin() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
getMin() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
getMin() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
getMinDocFreq() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMinTermFrequency() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMinutes() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMinutesFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMinWordLen() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMissingCount() - Method in class org.elasticsearch.index.get.GetStats
 
getMissingTime() - Method in class org.elasticsearch.index.get.GetStats
 
getMissingTimeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
getModel() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
getMoreLikeFields() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMostSignificantBits() - Method in class org.elasticsearch.common.UUID
Returns the most significant 64 bits of this UUID's 128 bit value.
getMostSpecificCause() - Method in exception org.elasticsearch.ElasticSearchException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getMultipartBoundary() - Method in class com.ning.http.multipart.MultipartRequestEntity
Returns the MIME boundary string that is used to demarcate boundaries of this part.
getMustFilters() - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
 
getName() - Method in class com.ning.http.client.ByteArrayPart
getName() - Method in class com.ning.http.client.Cookie
 
getName() - Method in class com.ning.http.client.FilePart
getName() - Method in interface com.ning.http.client.Part
 
getName() - Method in class com.ning.http.client.StringPart
getName() - Method in class com.ning.http.multipart.Part
Return the name of this part.
getName() - Method in class com.ning.http.multipart.PartBase
Returns the name.
getName() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getName() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The name of the node.
getName() - Method in interface org.elasticsearch.common.logging.ESLogger
 
getName() - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
getName() - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
getName() - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
getName() - Method in class org.elasticsearch.index.engine.Segment
 
getName() - Method in class org.elasticsearch.index.get.GetField
 
getName() - Method in class org.elasticsearch.index.Index
 
getName() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
getName() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
getName() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getName() - Method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
getName() - Method in interface org.elasticsearch.search.facet.Facet
The "logical" name of the search facet.
getName() - Method in class org.elasticsearch.search.highlight.HighlightField
The name of the field highlighted.
getName() - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
getName() - Method in interface org.elasticsearch.search.SearchHitField
The name of the field.
getName() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
getName() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
getName() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
getName() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
getName() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
getName() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
getNanos() - Method in class org.elasticsearch.common.unit.TimeValue
 
getNc() - Method in class com.ning.http.client.Realm
 
getNc() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNettyRequest() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getNetwork() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
Network level information.
getNetwork() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Network level statistics.
getNode() - Method in class org.elasticsearch.action.support.nodes.NodeOperationResponse
The node this information relates to.
getNodeId() - Method in class org.elasticsearch.search.SearchShardTarget
 
getNodes() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
 
getNodes() - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
getNodes() - Method in class org.elasticsearch.cluster.ClusterState
 
getNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getNodesMap() - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
getNodesToShards() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getNonce() - Method in class com.ning.http.client.Realm
 
getNonce() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNonHeapCommitted() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
getNonHeapInit() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getNonHeapMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getNonHeapUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
getNonProxyHosts() - Method in class com.ning.http.client.ProxyServer
 
getNotFilters() - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
 
getNtlmDomain() - Method in class com.ning.http.client.ProxyServer
 
getNtlmDomain() - Method in class com.ning.http.client.Realm
Return the NTLM domain to use.
getNtlmDomain() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNtlmHost() - Method in class com.ning.http.client.Realm
Return the NTLM host.
getNtlmHost() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNumberOfDataNodes() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getNumberOfNodes() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getNumberOfReplicas() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getNumberOfReplicas() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getNumberOfShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getNumDocs() - Method in class org.elasticsearch.action.admin.indices.status.DocsStatus
The number of docs.
getNumDocs() - Method in class org.elasticsearch.index.engine.Segment
 
getOpaque() - Method in class com.ning.http.client.Realm
 
getOpaque() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getOpenFileDescriptors() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getOrder() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getOs() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
Operating System level information.
getOs() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Operating System level statistics.
getOutRsts() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getOutSegs() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getPackageName(Class) - Static method in class org.elasticsearch.common.Classes
Determine the name of the package of the given class: e.g.
getPackageNameNoDomain(Class) - Static method in class org.elasticsearch.common.Classes
 
getParallelism() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns the targeted parallelism level of this pool.
getParams() - Method in interface com.ning.http.client.Request
Return the current parameters.
getParent() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Returns the parent of this phaser, or null if none.
getPartBoundary() - Method in class com.ning.http.multipart.Part
Gets the part boundary to be used.
getParts() - Method in interface com.ning.http.client.Request
Return the current Part
getPassiveOpens() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getPassword() - Method in class com.ning.http.client.ProxyServer
 
getPassword() - Method in class com.ning.http.client.Realm
 
getPassword() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getPath() - Method in class com.ning.http.client.Cookie
 
getPeakCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
getPeakMax() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getPeakUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getPeerRecoveryStatus() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Peer recovery status (null if not applicable).
getPendingCount() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Returns the current pending count.
getPercent() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu usage.
getPercentTermsToMatch() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getPerRequestConfig() - Method in interface com.ning.http.client.Request
Return Per request configuration.
getPhase() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Returns the current phase number.
getPid() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
The process id.
getPool() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool.
getPool() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinWorkerThread
Returns the pool hosting this thread.
getPoolIndex() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinWorkerThread
Returns the index number of this thread in its pool.
getPoolSize() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns the number of worker threads that have started but not yet terminated.
getPort() - Method in class com.ning.http.client.ProxyServer
 
getPort(URI) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getPorts() - Method in class com.ning.http.client.Cookie
 
getPosition() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
getPosition() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getPositions() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Returns the relative positions of terms in this phrase.
getPrefix() - Method in interface org.elasticsearch.common.logging.ESLogger
 
getPrefix() - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
getPrimaries() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
getPrimaries() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
getPrimaryInterface() - Method in class org.elasticsearch.monitor.network.NetworkInfo
 
getPrimaryStoreSize() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
Returns only the primary shards store size in bytes.
getPrimaryStoreSize() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
Returns only the primary shards store size in bytes.
getPrincipal() - Method in class com.ning.http.client.ProxyServer
 
getPrincipal() - Method in class com.ning.http.client.Realm
 
getPrincipal() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getProcess() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
Process level information.
getProcess() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Process level statistics.
getProperty(U) - Method in interface com.ning.http.client.AsyncHttpProviderConfig
Return the value associated with the property's name
getProperty(String) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
getProperty(String) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Return the value associated with the property's name
getProtocol() - Method in class com.ning.http.client.ProxyServer
 
getProtocol() - Method in enum com.ning.http.client.ProxyServer.Protocol
 
getProtocolAsString() - Method in class com.ning.http.client.ProxyServer
 
getProtocolMajorVersion() - Method in class com.ning.http.client.HttpResponseStatus
Protocol major version.
getProtocolMajorVersion() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolMajorVersion() - Method in class com.ning.http.client.providers.netty.ResponseStatus
 
getProtocolMinorVersion() - Method in class com.ning.http.client.HttpResponseStatus
Protocol minor version.
getProtocolMinorVersion() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolMinorVersion() - Method in class com.ning.http.client.providers.netty.ResponseStatus
 
getProtocolName() - Method in class com.ning.http.client.HttpResponseStatus
Protocol name from status line.
getProtocolName() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolName() - Method in class com.ning.http.client.providers.netty.ResponseStatus
 
getProtocolText() - Method in class com.ning.http.client.HttpResponseStatus
Full protocol name + version
getProtocolText() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolText() - Method in class com.ning.http.client.providers.netty.ResponseStatus
 
getProvider() - Method in class com.ning.http.client.AsyncHttpClient
Return the asynchronous AsyncHttpProvider
getProxyServer() - Method in class com.ning.http.client.AsyncHttpClientConfig
An instance of ProxyServer used by an AsyncHttpClient
getProxyServer() - Method in class com.ning.http.client.PerRequestConfig
Deprecated.
 
getProxyServer() - Method in interface com.ning.http.client.Request
Return the ProxyServer
getQop() - Method in class com.ning.http.client.Realm
 
getQop() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getQueryCount() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getQueryCurrent() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getQueryExplanation() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
The list of query explanations.
getQueryParams() - Method in interface com.ning.http.client.Request
Return the query params.
getQueryTimeInMillis() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getQueue() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
getQueue() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
getQueue() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
getQueuedSubmissionCount() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns an estimate of the number of tasks submitted to this pool that have not yet begun executing.
getQueuedTaskCount() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns an estimate of the total number of tasks currently held in queues by worker threads (but not including tasks submitted to the pool that have not begun executing).
getQueuedTaskCount() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns an estimate of the number of tasks that have been forked by the current worker thread but not yet executed.
getRangeOffset() - Method in interface com.ning.http.client.Request
Return the HTTP Range header value, or
getRawResult() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Always returns null.
getRawResult() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns the result that would be returned by ForkJoinTask.join(), even if this task completed abnormally, or null if this task is not known to have been completed.
getRawResult() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveAction
Always returns null.
getRawResult() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveTask
 
getRawUrl() - Method in interface com.ning.http.client.Request
Return the undecoded url
getRealm() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the current Realm}
getRealm() - Method in interface com.ning.http.client.Request
Return the Realm
getRealmName() - Method in class com.ning.http.client.Realm
 
getRealmName() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getReclaimed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
getRecoveredIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
How much of the index has been recovered.
getRecoveredIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
How much of the index has been recovered.
getRecoveredTranslogOperations() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
getRecoveredTranslogOperations() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
getRedirectUri(URI, String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getRefresh() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getRefresh() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getRefreshInterval() - Method in class org.elasticsearch.monitor.network.NetworkInfo
 
getRefreshInterval() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getRefreshInterval() - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
getRefreshStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
getRefreshStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
getRefreshStats() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Refresh stats.
getRegisteredParties() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Returns the number of parties registered at this phaser.
getRejected() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
getRejected() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
getRejected() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
getRelationByName(String) - Static method in enum org.elasticsearch.common.geo.ShapeRelation
 
getRelationName() - Method in enum org.elasticsearch.common.geo.ShapeRelation
 
getRelocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getRelocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getRelocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
getReqType() - Method in interface com.ning.http.client.Request
Deprecated.
- use getMethod
getRequest() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
getRequest() - Method in class com.ning.http.client.filter.FilterContext
Return the original or decorated Request
getRequest() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
GetRequest - Class in org.elasticsearch.action.get
A request to get a document (its source) from an index based on its type (optional) and id.
GetRequest(String) - Constructor for class org.elasticsearch.action.get.GetRequest
Constructs a new get request against the specified index.
GetRequest(String, String, String) - Constructor for class org.elasticsearch.action.get.GetRequest
Constructs a new get request against the specified index with the type and id.
getRequest(String) - Static method in class org.elasticsearch.client.IngestRequests
Creates a get request to get the JSON source from an index based on a type and id.
GetRequestBuilder - Class in org.elasticsearch.action.get
A get document action request builder.
GetRequestBuilder(IngestClient) - Constructor for class org.elasticsearch.action.get.GetRequestBuilder
 
GetRequestBuilder(IngestClient, String) - Constructor for class org.elasticsearch.action.get.GetRequestBuilder
 
getRequestCompressionLevel() - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Return the compression level, or -1 if no compression is used.
getRequestCompressionLevel() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the compression level, or -1 if no compression is used.
getRequestFilters() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the list of RequestFilter
getRequestTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient wait for a response
getRequestTimeoutInMs() - Method in class com.ning.http.client.PerRequestConfig
Deprecated.
 
getResident() - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
getResponse() - Method in class com.ning.http.client.BodyDeferringAsyncHandler
This method -- unlike Future.get() -- will block only as long, as headers arrive.
getResponse() - Method in class com.ning.http.client.Realm
 
getResponse() - Method in class com.ning.http.client.Realm.RealmBuilder
 
GetResponse - Class in org.elasticsearch.action.get
The response of a get action.
GetResponse(GetResult) - Constructor for class org.elasticsearch.action.get.GetResponse
 
getResponse() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The actual get response, null if its a failure.
getResponse() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
The actual search response, null if its a failure.
getResponseBody() - Method in class com.ning.http.client.providers.ResponseBase
 
getResponseBody(String) - Method in class com.ning.http.client.providers.ResponseBase
 
getResponseBody(String) - Method in interface com.ning.http.client.Response
Return the entire response body as a String.
getResponseBody() - Method in interface com.ning.http.client.Response
Return the entire response body as a String.
getResponseBody() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBody(String) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyAsBytes() - Method in class com.ning.http.client.providers.ResponseBase
 
getResponseBodyAsBytes() - Method in interface com.ning.http.client.Response
Return the entire response body as a byte[].
getResponseBodyAsBytes() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyAsStream() - Method in class com.ning.http.client.providers.ResponseBase
 
getResponseBodyAsStream() - Method in interface com.ning.http.client.Response
Returns an input stream for the response body.
getResponseBodyAsStream() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyExcerpt(int) - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyExcerpt(int, String) - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyExcerpt(int) - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getResponseBodyExcerpt(int, String) - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getResponseBodyExcerpt(int, String) - Method in interface com.ning.http.client.Response
Returns the first maxLength bytes of the response body as a string.
getResponseBodyExcerpt(int) - Method in interface com.ning.http.client.Response
Returns the first maxLength bytes of the response body as a string.
getResponseBodyExcerpt(int) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyExcerpt(int, String) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseFilters() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the list of ResponseFilter
getResponseHeaders() - Method in class com.ning.http.client.filter.FilterContext
Return the response HttpResponseHeaders
getResponses() - Method in class org.elasticsearch.action.search.MultiSearchResponse
The list of responses, the order is the same as the one provided in the request.
getResponseStatus() - Method in class com.ning.http.client.filter.FilterContext
Return the unprocessed response's HttpResponseStatus
getResult() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
getResult() - Method in class org.elasticsearch.action.update.UpdateResponse
 
GetResult - Class in org.elasticsearch.index.get
 
GetResult(String, String, String, long, boolean, BytesReference, Map<String, GetField>) - Constructor for class org.elasticsearch.index.get.GetResult
 
getRetransSegs() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
getReusedIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
getReusedIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
getRoot() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.
getRootCause() - Method in exception org.elasticsearch.ElasticSearchException
Retrieve the innermost cause of this exception, if none, returns the current exception.
getRootFailure() - Method in interface org.elasticsearch.action.ActionFuture
The root (possibly) wrapped failure.
getRootFailure() - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
getRoutingNodes() - Method in class org.elasticsearch.cluster.ClusterState
 
getRoutingTable() - Method in class org.elasticsearch.cluster.ClusterState
 
getRoutingTable() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getRunningThreadCount() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns an estimate of the number of worker threads that are not blocked waiting to join tasks or for other managed synchronization.
getRxCount() - Method in class org.elasticsearch.transport.TransportStats
 
getRxSize() - Method in class org.elasticsearch.transport.TransportStats
 
getScheme() - Method in class com.ning.http.client.Realm
 
getScheme() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getScore() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getScore() - Method in interface org.elasticsearch.search.SearchHit
The score.
getScrollId() - Method in class org.elasticsearch.action.search.SearchResponse
If scrolling was enabled (SearchRequest.scroll(org.elasticsearch.search.Scroll), the scroll id that can be used to continue scrolling.
getSearch() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getSearch() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getSearchRouting() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
getSeconds() - Method in class org.elasticsearch.common.unit.TimeValue
 
getSecondsFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getSecret() - Method in class com.ning.http.client.oauth.ConsumerKey
 
getSecret() - Method in class com.ning.http.client.oauth.RequestToken
 
getSegments() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
getServerOpen() - Method in class org.elasticsearch.http.HttpStats
 
getServerOpen() - Method in class org.elasticsearch.transport.TransportStats
 
getServiceAttributes() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
The attributes of the node.
getSettings() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
The settings of the node.
getSettings() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getSettings() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getShard() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getShard() - Method in interface org.elasticsearch.search.SearchHit
The shard of the search hit.
getShardFailures() - Method in class org.elasticsearch.action.search.SearchResponse
The failures that occurred during the search.
getShardFailures() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
The list of shard failures exception.
getShardId() - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
getShardId() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
getShardId() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
getShardId() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
 
getShardId() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
getShardId() - Method in class org.elasticsearch.search.SearchShardTarget
 
getShardRouting() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
getShardRouting() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
The shard routing information (cluster wide shard state).
getShardRouting() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The shard routing information (cluster wide shard state).
getShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getShards() - Method in class org.elasticsearch.action.admin.indices.segments.IndexSegments
 
getShards() - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
getShards() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
getShards() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
getShards() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
getShards() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
getShards() - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
getShards() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
getShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
getShare() - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
getShouldFilters() - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
 
getShrinkSize(int, int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
getSimilarity() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getSingles() - Method in class org.elasticsearch.common.unit.SizeValue
 
getSize() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getSize() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
getSize() - Method in class org.elasticsearch.index.engine.Segment
 
getSize() - Method in class org.elasticsearch.index.store.StoreStats
 
getSizeInBytes() - Method in class org.elasticsearch.index.engine.Segment
 
getSizeInBytes() - Method in class org.elasticsearch.index.store.StoreStats
 
getSlop() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Sets the phrase slop for this query.
getSortValues() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getSortValues() - Method in interface org.elasticsearch.search.SearchHit
An array of the sort values used.
getSource() - Method in class com.ning.http.multipart.FilePart
Returns the source of the file part.
getSource() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getSource() - Method in interface org.elasticsearch.search.SearchHit
The source of the document as a map (can be null).
getSourceAsBytes() - Method in class org.elasticsearch.action.get.GetResponse
The source of the document if exists.
getSourceAsBytesRef() - Method in class org.elasticsearch.action.get.GetResponse
Returns bytes reference, also un compress the source if needed.
getSourceAsMap() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
Converts the serialized compressed form of the mappings into a parsed map.
getSourceAsString() - Method in class org.elasticsearch.action.get.GetResponse
 
getSourceAsString() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getSourceAsString() - Method in interface org.elasticsearch.search.SearchHit
The source of the document as string (can be null).
getSourceRef() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getSourceRef() - Method in interface org.elasticsearch.search.SearchHit
Returns bytes reference, also un compress the source if needed.
getSSLContext() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return an instance of SSLContext used for SSL connection.
getSSLContext() - Static method in class com.ning.http.util.SslUtils
 
getSSLEngine() - Static method in class com.ning.http.util.SslUtils
 
getSSLEngineFactory() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return an instance of SSLEngineFactory used for SSL connection.
getStage() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
getStalledTime() - Method in class com.ning.http.multipart.FilePart
 
getStartOffset() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getStartTime() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
getStartTime() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
getStartTime() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
getStartTime() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getStartTime() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
getState() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getState() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
 
getState() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
getState() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The shard state (index/local state).
getState() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getStats() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
GetStats - Class in org.elasticsearch.index.get
 
GetStats() - Constructor for class org.elasticsearch.index.get.GetStats
 
GetStats(long, long, long, long, long) - Constructor for class org.elasticsearch.index.get.GetStats
 
getStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
getStatus() - Method in enum org.elasticsearch.rest.RestStatus
 
getStatusCode() - Method in class com.ning.http.client.HttpResponseStatus
Return the response status code
getStatusCode() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
Return the response status code
getStatusCode() - Method in class com.ning.http.client.providers.netty.ResponseStatus
Return the response status code
getStatusCode() - Method in class com.ning.http.client.providers.ResponseBase
 
getStatusCode() - Method in interface com.ning.http.client.Response
Returns the status code for the request.
getStatusCode() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getStatusCode() - Method in class org.elasticsearch.action.support.HttpResponse
 
getStatusText() - Method in class com.ning.http.client.HttpResponseStatus
Return the response status text
getStatusText() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
Return the response status text
getStatusText() - Method in class com.ning.http.client.providers.netty.ResponseStatus
Return the response status text
getStatusText() - Method in class com.ning.http.client.providers.ResponseBase
 
getStatusText() - Method in interface com.ning.http.client.Response
Returns the status text for the request.
getStatusText() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getStealCount() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns an estimate of the total number of tasks stolen from one thread's work queue by another.
getStopWords() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getStore() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getStore() - Method in class org.elasticsearch.indices.NodeIndicesStats
The size of the index storage taken on the node.
getStoreSize() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
Returns the full store size in bytes, of both primaries and replicas.
getStoreSize() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
Returns the full store size in bytes, of both primaries and replicas.
getStoreSize() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The current size of the shard index storage.
getStreamData() - Method in interface com.ning.http.client.Request
Return the current request's body as an InputStream
getStringData() - Method in interface com.ning.http.client.Request
Return the current request's body as a string
getSuccessfulShards() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
The successful number of shards the delete by query was executed on.
getSuccessfulShards() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
The successful number of shards the delete by query was executed on.
getSuccessfulShards() - Method in class org.elasticsearch.action.search.SearchResponse
The successful number of shards the search was executed on.
getSuccessfulShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
The successful shards this request was executed on.
getSupportedFeatures() - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Return the set of supported JVM features that improve the estimation.
getSurplusQueuedTaskCount() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns an estimate of how many more locally queued tasks are held by the current worker thread than there are other worker threads that might steal them.
getSwap() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getSwap() - Method in class org.elasticsearch.monitor.os.OsStats
 
getSys() - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
getSys() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu kernel time.
getSystemProperties() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getTarget() - Method in class org.elasticsearch.common.logging.log4j.ConsoleAppender
Returns the current value of the Target property.
getTcp() - Method in class org.elasticsearch.monitor.network.NetworkStats
 
getTemplate() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getTemplates() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getTerm() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getTerm() - Method in class org.elasticsearch.common.lucene.search.TermFilter
 
getTermArrays() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Returns a List of the terms in the multiphrase.
getThreadPool() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getThreadPool() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Thread Pool level statistics.
getThreads() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getThreads() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
getThreads() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
getThreads() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
getThrottleTime() - Method in class org.elasticsearch.index.store.StoreStats
 
getTime() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
getTime() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
getTime() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
getTime() - Method in class org.elasticsearch.index.get.GetStats
 
getTimeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
getTimeInNanos() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
Returns the elapsed time between two successive barrier executions.
getTimeInSeconds() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
Returns the elapsed time between two successive barrier executions.
getTimestamp() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getTimestamp() - Method in class org.elasticsearch.monitor.fs.FsStats
 
getTimestamp() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getTimestamp() - Method in class org.elasticsearch.monitor.network.NetworkStats
 
getTimestamp() - Method in class org.elasticsearch.monitor.os.OsStats
 
getTimestamp() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getTokens() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
getTook() - Method in class org.elasticsearch.action.bulk.BulkResponse
How long the bulk execution took.
getTook() - Method in class org.elasticsearch.action.search.SearchResponse
How long the search took.
getTookInMillis() - Method in class org.elasticsearch.action.bulk.BulkResponse
How long the bulk execution took in milliseconds.
getTookInMillis() - Method in class org.elasticsearch.action.search.SearchResponse
How long the search took in milliseconds.
getTotal() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
getTotal() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
getTotal() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
getTotal() - Method in class org.elasticsearch.monitor.os.OsInfo.Mem
 
getTotal() - Method in class org.elasticsearch.monitor.os.OsInfo.Swap
 
getTotal() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu time (sum of User and Sys).
getTotalCapacity() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
getTotalCores() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
getTotalHits() - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
getTotalHits() - Method in interface org.elasticsearch.search.SearchHits
The total number of hits that matches the search request.
getTotalNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getTotalNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getTotalOpen() - Method in class org.elasticsearch.http.HttpStats
 
getTotalShards() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
The total number of shards the delete by query was executed on.
getTotalShards() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
The total number of shards the delete by query was executed on.
getTotalShards() - Method in class org.elasticsearch.action.search.SearchResponse
The total number of shards the search was executed on.
getTotalShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
The total shards this request ran against.
getTotalSockets() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
getTotalVirtual() - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
getTransferEncoding() - Method in class com.ning.http.multipart.Part
Return the transfer encoding of this part.
getTransferEncoding() - Method in class com.ning.http.multipart.PartBase
Returns the transfer encoding of this part.
getTransferredBytes() - Method in class com.ning.http.client.consumers.FileBodyConsumer
Get the previously transferred bytes, for example the current file size.
getTransferredBytes() - Method in interface com.ning.http.client.ResumableBodyConsumer
Get the previously transferred bytes, for example the current file size.
getTranslogId() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The transaction log id.
getTranslogOperations() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
getTranslogOperations() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
getTranslogOperations() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The number of transaction operations in the transaction log.
getTransport() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getTransport() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getTxCount() - Method in class org.elasticsearch.transport.TransportStats
 
getTxSize() - Method in class org.elasticsearch.transport.TransportStats
 
getType() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getType() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The type of the action.
getType() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The type of the action.
getType() - Method in class org.elasticsearch.action.delete.DeleteResponse
The type of the document deleted.
getType() - Method in class org.elasticsearch.action.get.GetResponse
The type of the document.
getType() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The type of the document.
getType() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The type of the action.
getType() - Method in class org.elasticsearch.action.index.IndexResponse
The type of the document indexed.
getType() - Method in class org.elasticsearch.action.update.UpdateResponse
The type of the document indexed.
getType() - Method in class org.elasticsearch.index.get.GetResult
The type of the document.
getType() - Method in interface org.elasticsearch.search.facet.Facet
The type of the facet.
getType() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getType() - Method in interface org.elasticsearch.search.SearchHit
The type of the document.
getType() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
getType() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
getType() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
getUnarrivedParties() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Returns the number of registered parties that have not yet arrived at the current phase of this phaser.
getUnassigned() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getUnassignedShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getUnassignedShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getUnassignedShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
getUncaughtExceptionHandler() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
getUnsupportedFeatures() - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Return the set of unsupported JVM features that improve the estimation.
getUptime() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getUptime() - Method in class org.elasticsearch.monitor.os.OsStats
 
getURI() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getUri() - Method in class com.ning.http.client.providers.ResponseBase
 
getUri() - Method in class com.ning.http.client.Realm
 
getUri() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getUri() - Method in interface com.ning.http.client.Response
Return the request URI.
getUri() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getURI() - Method in class org.elasticsearch.action.support.HttpRequest
 
getUrl() - Method in class com.ning.http.client.HttpContent
Return the request URI
getUrl() - Method in interface com.ning.http.client.Request
Return the decoded url
getUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
getUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getUsed() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getUsed() - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
getUsedPercent() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getUsePreemptiveAuth() - Method in class com.ning.http.client.Realm
Return true is preemptive authentication is enabled
getUsePreemptiveAuth() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getUser() - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
getUser() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu user time.
getUserAgent() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the USER_AGENT header value
getUTF16SortedAsUTF8Comparator() - Static method in class org.elasticsearch.common.lucene.util.CharsRef
 
getUTF8SortedAsUnicodeComparator() - Static method in class org.elasticsearch.common.lucene.util.BytesRef
 
getUTF8SortedAsUTF16Comparator() - Static method in class org.elasticsearch.common.lucene.util.BytesRef
 
getValid() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
getValid() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
A boolean denoting whether the query is valid.
getValidationFailures() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
The validation failures on the cluster level (without index validation failures).
getValidationFailures() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
getValue() - Method in class com.ning.http.client.Cookie
 
getValue() - Method in class com.ning.http.client.StringPart
 
getValue() - Method in class org.elasticsearch.index.get.GetField
 
getValue() - Method in enum org.elasticsearch.index.VersionType
 
getValue() - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
getValue() - Method in interface org.elasticsearch.search.SearchHitField
The first value of the hit.
getValues() - Method in class org.elasticsearch.index.get.GetField
 
getValues() - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
getValues() - Method in interface org.elasticsearch.search.SearchHitField
The field values.
getVendor() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
getVersion() - Method in class com.ning.http.client.Cookie
 
getVersion() - Method in class org.elasticsearch.action.delete.DeleteResponse
The version of the delete operation.
getVersion() - Method in class org.elasticsearch.action.get.GetResponse
The version of the doc.
getVersion() - Method in class org.elasticsearch.action.index.IndexResponse
Returns the version of the doc indexed.
getVersion() - Method in class org.elasticsearch.action.update.UpdateResponse
Returns the version of the doc indexed.
getVersion() - Method in class org.elasticsearch.cluster.ClusterState
 
getVersion() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getVersion() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
getVersion() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
getVersion() - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
getVersion() - Method in class org.elasticsearch.index.get.GetResult
The version of the doc.
getVersion() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getVersion() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
getVersion() - Method in interface org.elasticsearch.search.SearchHit
The version of the hit.
getVirtualHost() - Method in interface com.ning.http.client.Request
Return the virtual host value.
getVmName() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getVmVendor() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getVmVersion() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getWaitingConsumerCount() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
 
getWaitingConsumerCount() - Method in interface org.elasticsearch.common.util.concurrent.jsr166y.TransferQueue
Returns an estimate of the number of consumers waiting to receive elements via BlockingQueue.take() or timed poll.
getWarmer() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getWebSocketIdleTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time, in milliseconds, a WebSocket may be idle before being timed out.
giga() - Method in class org.elasticsearch.common.unit.SizeValue
 
gigaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
global() - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
global(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
global(boolean) - Method in class org.elasticsearch.search.facet.AbstractFacetBuilder
Marks the facet to run in a global scope, not bounded by any query.
GLOBAL - Static variable in class org.elasticsearch.search.internal.Scopes
 
globalBlockedException(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
globalBlockedRaiseException(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
globalFieldCaseConversion - Static variable in class org.elasticsearch.common.xcontent.XContentBuilder
 
globalFieldCaseConversion(XContentBuilder.FieldCaseConversion) - Static method in class org.elasticsearch.common.xcontent.XContentBuilder
 
groupByAllIt() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
A groups shards iterator where each groups is a single ShardRouting and a group is created for each shard routing.
groupByShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
A group shards iterator where each group (ShardIterator is an iterator across shard replication group.
groups(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Sets specific search group stats to retrieve the stats for.
groups() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
GroupShardsIterator - Class in org.elasticsearch.cluster.routing
 
GroupShardsIterator(Collection<ShardIterator>) - Constructor for class org.elasticsearch.cluster.routing.GroupShardsIterator
 
groupStats() - Method in class org.elasticsearch.index.search.stats.SearchStats
 
grow(short[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(short[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(float[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(float[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(double[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(double[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(int[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(int[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(long[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(long[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(byte[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(byte[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(boolean[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(boolean[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(char[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(char[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(int[][], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(int[][]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(float[][], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(float[][]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
grow(int) - Method in class org.elasticsearch.common.lucene.util.BytesRef
 
grow(int) - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
gt(Object) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
gt(Object) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gt(int) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gt(long) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gt(float) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gt(double) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gt(Object) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gt(int) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gt(long) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gt(float) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gt(double) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gt(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gt(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gt(int) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gt(long) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gt(float) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gt(double) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gte(Object) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
gte(Object) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gte(int) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gte(long) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gte(float) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gte(double) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The from part of the filter query.
gte(Object) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gte(int) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gte(long) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gte(float) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gte(double) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The from part of the filter query.
gte(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gte(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gte(int) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gte(long) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gte(float) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
gte(double) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
GZIP - Static variable in class org.elasticsearch.common.Base64
Specify that data should be gzip-compressed in second bit.

H

handle(ChannelHandlerContext, MessageEvent) - Method in interface com.ning.http.client.providers.netty.Protocol
 
handleException(TransportException) - Method in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
handleException(TransportException) - Method in class org.elasticsearch.transport.PlainTransportFuture
 
handleException(TransportException) - Method in interface org.elasticsearch.transport.TransportResponseHandler
 
handler(String) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
handleResponse(TransportResponse.Empty) - Method in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
handleResponse(V) - Method in class org.elasticsearch.transport.PlainTransportFuture
 
handleResponse(T) - Method in interface org.elasticsearch.transport.TransportResponseHandler
 
handles() - Method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput.Entry
 
handles(BasicCompressor) - Method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput.Entry
 
handles() - Method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput.Entry
 
handles(BasicCompressor) - Method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput.Entry
 
handleShardLookup() - Method in class org.elasticsearch.search.internal.InternalSearchHits.StreamContext
 
HandlesStreamInput - Class in org.elasticsearch.common.io.stream
 
HandlesStreamInput() - Constructor for class org.elasticsearch.common.io.stream.HandlesStreamInput
 
HandlesStreamInput(StreamInput) - Constructor for class org.elasticsearch.common.io.stream.HandlesStreamInput
 
HandlesStreamOutput - Class in org.elasticsearch.common.io.stream
 
HandlesStreamOutput(StreamOutput) - Constructor for class org.elasticsearch.common.io.stream.HandlesStreamOutput
 
HandlesStreamOutput(StreamOutput, int) - Constructor for class org.elasticsearch.common.io.stream.HandlesStreamOutput
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.elasticsearch.common.netty.OpenChannelsHandler
 
hasArray() - Method in class org.elasticsearch.common.bytes.BytesArray
 
hasArray() - Method in interface org.elasticsearch.common.bytes.BytesReference
Is there an underlying byte array for this bytes reference.
hasArray() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
hasBytes() - Method in class org.elasticsearch.common.text.StringAndBytesText
 
hasBytes() - Method in class org.elasticsearch.common.text.StringText
 
hasBytes() - Method in interface org.elasticsearch.common.text.Text
Are bytes available without the need to be converted into bytes when calling Text.bytes().
hasChanges() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
hasChannel(Channel) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport.NodeChannels
 
hasChildFilter(String, QueryBuilder) - Static method in class org.elasticsearch.index.query.FilterBuilders
Constructs a child filter, with the child type and the query to run against child documents, with the result of the filter being the *parent* documents.
HasChildFilterBuilder - Class in org.elasticsearch.index.query
 
HasChildFilterBuilder(String, QueryBuilder) - Constructor for class org.elasticsearch.index.query.HasChildFilterBuilder
 
hasChildQuery(String, QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
Constructs a new NON scoring child query, with the child type and the query to run on the child documents.
HasChildQueryBuilder - Class in org.elasticsearch.index.query
 
HasChildQueryBuilder(String, QueryBuilder) - Constructor for class org.elasticsearch.index.query.HasChildQueryBuilder
 
hasClauses() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Return true if the query being built has no clause yet
hasConcreteIndex(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
hasDynamicSetting(String) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
hasDynamicSetting(String) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
hasExpired() - Method in class com.ning.http.client.providers.jdk.JDKFuture
Is the Future still valid
hasExpired() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Is the Future still valid
hasExplanation() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
hasExtensions(File, String...) - Static method in class org.elasticsearch.common.io.FileSystemUtils
 
hasFailures() - Method in class org.elasticsearch.action.bulk.BulkResponse
Has anything failed with the execution.
hasGlobalBlock(ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
hasGlobalBlock(RestStatus) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
Is there a global block with the provided status?
hashCode() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
hashCode() - Method in class com.ning.http.client.FluentStringsMap
 
hashCode() - Method in class com.ning.http.client.oauth.ConsumerKey
 
hashCode() - Method in class com.ning.http.client.oauth.RequestToken
 
hashCode() - Method in class com.ning.http.client.Realm
 
hashCode() - Method in class org.elasticsearch.action.GenericAction
 
hashCode() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
hashCode() - Method in class org.elasticsearch.cluster.ClusterName
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Id
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
hashCode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
hashCode() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
hashCode() - Method in class org.elasticsearch.cluster.routing.PlainShardIterator
 
hashCode() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
 
hashCode() - Method in class org.elasticsearch.common.bytes.BytesArray
 
hashCode() - Method in class org.elasticsearch.common.collect.Tuple
 
hashCode() - Method in class org.elasticsearch.common.compress.CompressedString
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.AndFilter
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.MatchAllDocsFilter
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsFilter
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsQuery
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Returns a hash code value for this object.
hashCode() - Method in class org.elasticsearch.common.lucene.search.NotFilter
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.OrFilter
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.TermFilter
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
 
hashCode(char[], int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Returns hash of chars in range start (inclusive) to end (inclusive)
hashCode(byte[], int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Returns hash of bytes in range start (inclusive) to end (inclusive)
hashCode() - Method in class org.elasticsearch.common.lucene.util.BytesRef
Calculates the hash code as required by TermsHash during indexing.
hashCode() - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
hashCode() - Method in class org.elasticsearch.common.settings.ImmutableSettings
 
hashCode() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
hashCode() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
hashCode() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
hashCode() - Method in class org.elasticsearch.common.unit.SizeValue
 
hashCode() - Method in class org.elasticsearch.common.unit.TimeValue
 
hashCode() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
hashCode() - Method in class org.elasticsearch.common.UUID
Returns a hash code for this UUID.
hashCode() - Method in class org.elasticsearch.index.engine.Segment
 
hashCode() - Method in class org.elasticsearch.index.Index
 
hashCode() - Method in class org.elasticsearch.index.search.geo.Point
 
hashCode() - Method in class org.elasticsearch.index.shard.ShardId
 
hashCode() - Method in class org.elasticsearch.script.ContentScriptService.CacheKey
 
hashCode() - Method in class org.elasticsearch.search.SearchShardTarget
 
hashCode() - Method in class org.elasticsearch.Version
 
hasIndex(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
hasIndex(String) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
hasIndexBlock(String, ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
hasLength(CharSequence) - Static method in class org.elasticsearch.common.Strings
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - Static method in class org.elasticsearch.common.Strings
Check that the given String is neither null nor of length 0.
hasParentFilter(String, QueryBuilder) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
HasParentFilterBuilder - Class in org.elasticsearch.index.query
Builder for the 'has_parent' filter.
HasParentFilterBuilder(String, QueryBuilder) - Constructor for class org.elasticsearch.index.query.HasParentFilterBuilder
 
hasParentQuery(String, QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
Constructs a new NON scoring parent query, with the parent type and the query to run on the parent documents.
HasParentQueryBuilder - Class in org.elasticsearch.index.query
Builder for the 'has_parent' query.
HasParentQueryBuilder(String, QueryBuilder) - Constructor for class org.elasticsearch.index.query.HasParentQueryBuilder
 
hasPath() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Id
 
hasPath() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
hasPath() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
hasQueuedSubmissions() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns true if there are any tasks submitted to this pool that have not yet begun executing.
hasResponseBody() - Method in class com.ning.http.client.providers.jdk.JDKResponse
Return true if the response's body has been computed by an AsyncHandler.
hasResponseBody() - Method in class com.ning.http.client.providers.netty.NettyResponse
Return true if the response's body has been computed by an AsyncHandler.
hasResponseBody() - Method in interface com.ning.http.client.Response
Return true if the response's body has been computed by an AsyncHandler.
hasResponseBody() - Method in class com.ning.http.client.webdav.WebDavResponse
 
hasResponseHeaders() - Method in class com.ning.http.client.providers.jdk.JDKResponse
Return true if the response's headers has been computed by an AsyncHandler It will return false if the either AsyncHandler.onStatusReceived(HttpResponseStatus) or AsyncHandler.onHeadersReceived(HttpResponseHeaders) returned AsyncHandler.STATE.ABORT
hasResponseHeaders() - Method in class com.ning.http.client.providers.netty.NettyResponse
Return true if the response's headers has been computed by an AsyncHandler It will return false if the either AsyncHandler.onStatusReceived(HttpResponseStatus) or AsyncHandler.onHeadersReceived(HttpResponseHeaders) returned AsyncHandler.STATE.ABORT
hasResponseHeaders() - Method in interface com.ning.http.client.Response
Return true if the response's headers has been computed by an AsyncHandler It will return false if the either AsyncHandler.onStatusReceived(HttpResponseStatus) or AsyncHandler.onHeadersReceived(HttpResponseHeaders) returned AsyncHandler.STATE.ABORT
hasResponseHeaders() - Method in class com.ning.http.client.webdav.WebDavResponse
 
hasResponseStatus() - Method in class com.ning.http.client.providers.jdk.JDKResponse
Return true if the response's status has been computed by an AsyncHandler
hasResponseStatus() - Method in class com.ning.http.client.providers.netty.NettyResponse
Return true if the response's status has been computed by an AsyncHandler
hasResponseStatus() - Method in interface com.ning.http.client.Response
Return true if the response's status has been computed by an AsyncHandler
hasResponseStatus() - Method in class com.ning.http.client.webdav.WebDavResponse
 
hasString() - Method in class org.elasticsearch.common.text.StringAndBytesText
 
hasString() - Method in class org.elasticsearch.common.text.StringText
 
hasString() - Method in interface org.elasticsearch.common.text.Text
Is there a String representation of the text.
hasText(CharSequence) - Static method in class org.elasticsearch.common.Strings
Check whether the given CharSequence has actual text.
hasText(String) - Static method in class org.elasticsearch.common.Strings
Check whether the given String has actual text.
hasTextCharacters() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
hasTextCharacters() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
hasUnassigned() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
hasWaitingConsumer() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
 
hasWaitingConsumer() - Method in interface org.elasticsearch.common.util.concurrent.jsr166y.TransferQueue
Returns true if there is at least one consumer waiting to receive an element via BlockingQueue.take() or timed poll.
head() - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
head(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
header(String, String) - Method in class org.elasticsearch.action.support.HttpRequest
 
HEADER - Static variable in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
HEADER_AUTHORIZATION - Static variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
HEADER_PLACEHOLDER - Static variable in class org.elasticsearch.transport.support.ClientTransportStreams
 
HEADER_SIZE - Static variable in class org.elasticsearch.transport.netty.NettyHeader
 
HEADER_SIZE - Static variable in class org.elasticsearch.transport.support.ClientTransportStreams
 
HeaderMap - Class in com.ning.http.client.simple
A map containing headers with the sole purpose of being given to SimpleAHCTransferListener.onHeaders(String, HeaderMap).
HeaderMap(FluentCaseInsensitiveStringsMap) - Constructor for class com.ning.http.client.simple.HeaderMap
 
headers - Variable in class com.ning.http.client.providers.ResponseBase
 
HEADERS_NOT_COMPUTED - Static variable in class com.ning.http.client.providers.ResponseBase
 
health(ClusterHealthRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
The health of the cluster.
health(ClusterHealthRequest, ActionListener<ClusterHealthResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
The health of the cluster.
health(ClusterHealthRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
health(ClusterHealthRequest, ActionListener<ClusterHealthResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
heapCommitted() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
heapInit() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
heapMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
heapUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
helpQuiesce() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Possibly executes tasks until the pool hosting the current task is quiescent.
highlight() - Static method in class org.elasticsearch.search.builder.SearchSourceBuilder
A static factory method to construct new search highlights.
highlight(HighlightBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds highlight to perform as part of the search.
HighlightBuilder - Class in org.elasticsearch.search.highlight
A builder for search highlighting.
HighlightBuilder() - Constructor for class org.elasticsearch.search.highlight.HighlightBuilder
 
HighlightBuilder.Field - Class in org.elasticsearch.search.highlight
 
HighlightBuilder.Field(String) - Constructor for class org.elasticsearch.search.highlight.HighlightBuilder.Field
 
highlighter() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
HighlightField - Class in org.elasticsearch.search.highlight
A field highlighted with its highlighted fragments.
HighlightField(String, Text[]) - Constructor for class org.elasticsearch.search.highlight.HighlightField
 
highlightFields() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
highlightFields(Map<String, HighlightField>) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
highlightFields() - Method in interface org.elasticsearch.search.SearchHit
A map of highlighted fields.
hits() - Method in class org.elasticsearch.action.search.SearchResponse
The search hits.
hits() - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
hits() - Method in class org.elasticsearch.search.internal.InternalSearchResponse
 
hits() - Method in interface org.elasticsearch.search.SearchHits
The hits of the search request (based on the search type, and from / size provided).
homeFile - Variable in class org.elasticsearch.env.ClientEnvironment
 
homeFile() - Method in class org.elasticsearch.env.ClientEnvironment
The home of the installation.
hostname - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
hostname() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
System's hostname.
hostname - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
hostname() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
hostnameVerifier - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
hotThreads() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
hours() - Method in class org.elasticsearch.common.unit.TimeValue
 
hoursFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
HP - Static variable in class org.elasticsearch.common.os.OsUtils
True iff running on HP.
http - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
http() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
http() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node HTTP be returned.
http(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node HTTP be returned.
http() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node HTTP be returned.
http(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node HTTP be returned.
http - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
http() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
HttpAction<Request extends ActionRequest,Response extends ActionResponse> - Class in org.elasticsearch.action.support
 
HttpAction() - Constructor for class org.elasticsearch.action.support.HttpAction
 
HttpAnalyzeAction - Class in org.elasticsearch.http.action.admin.indices.analyze
 
HttpAnalyzeAction() - Constructor for class org.elasticsearch.http.action.admin.indices.analyze.HttpAnalyzeAction
 
HttpBulkAction - Class in org.elasticsearch.http.action.bulk
 
HttpBulkAction() - Constructor for class org.elasticsearch.http.action.bulk.HttpBulkAction
 
HttpClearIndicesCacheAction - Class in org.elasticsearch.http.action.admin.indices.cache.clear
 
HttpClearIndicesCacheAction() - Constructor for class org.elasticsearch.http.action.admin.indices.cache.clear.HttpClearIndicesCacheAction
 
HttpClient - Class in org.elasticsearch.action.support
 
HttpClient(Settings) - Constructor for class org.elasticsearch.action.support.HttpClient
 
HttpCloseIndexAction - Class in org.elasticsearch.http.action.admin.indices.close
 
HttpCloseIndexAction() - Constructor for class org.elasticsearch.http.action.admin.indices.close.HttpCloseIndexAction
 
HttpClusterAction<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.admin.cluster
Cluster action for HTTP client (used with ClusterAdminClient API.
HttpClusterAction(String) - Constructor for class org.elasticsearch.action.admin.cluster.HttpClusterAction
 
HttpClusterAdminActionModule - Class in org.elasticsearch.action
 
HttpClusterAdminActionModule() - Constructor for class org.elasticsearch.action.HttpClusterAdminActionModule
 
HttpClusterAdminClient - Class in org.elasticsearch.client.http
 
HttpClusterAdminClient() - Constructor for class org.elasticsearch.client.http.HttpClusterAdminClient
 
HttpClusterAdminClient(Settings) - Constructor for class org.elasticsearch.client.http.HttpClusterAdminClient
 
HttpClusterAdminClient(Settings.Builder) - Constructor for class org.elasticsearch.client.http.HttpClusterAdminClient
 
HttpClusterAdminClient(Settings.Builder, boolean) - Constructor for class org.elasticsearch.client.http.HttpClusterAdminClient
 
HttpClusterAdminClient(Settings, boolean) - Constructor for class org.elasticsearch.client.http.HttpClusterAdminClient
 
HttpClusterGetSettingsAction - Class in org.elasticsearch.http.action.admin.cluster.settings
 
HttpClusterGetSettingsAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.settings.HttpClusterGetSettingsAction
 
HttpClusterHealthAction - Class in org.elasticsearch.http.action.admin.cluster.health
 
HttpClusterHealthAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.health.HttpClusterHealthAction
 
HttpClusterRerouteAction - Class in org.elasticsearch.http.action.admin.cluster.reroute
 
HttpClusterRerouteAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.reroute.HttpClusterRerouteAction
 
HttpClusterStateAction - Class in org.elasticsearch.http.action.admin.cluster.state
 
HttpClusterStateAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.state.HttpClusterStateAction
 
HttpClusterUpdateSettingsAction - Class in org.elasticsearch.http.action.admin.cluster.settings
 
HttpClusterUpdateSettingsAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.settings.HttpClusterUpdateSettingsAction
 
HttpContent - Class in com.ning.http.client
Base class for callback class used by AsyncHandler
HttpContent(URI, AsyncHttpProvider) - Constructor for class com.ning.http.client.HttpContent
 
HttpCountAction - Class in org.elasticsearch.http.action.count
 
HttpCountAction() - Constructor for class org.elasticsearch.http.action.count.HttpCountAction
 
HttpCreateIndexAction - Class in org.elasticsearch.http.action.admin.indices.create
 
HttpCreateIndexAction() - Constructor for class org.elasticsearch.http.action.admin.indices.create.HttpCreateIndexAction
 
HttpDeleteAction - Class in org.elasticsearch.http.action.delete
 
HttpDeleteAction() - Constructor for class org.elasticsearch.http.action.delete.HttpDeleteAction
 
HttpDeleteByQueryAction - Class in org.elasticsearch.http.action.deletebyquery
 
HttpDeleteByQueryAction() - Constructor for class org.elasticsearch.http.action.deletebyquery.HttpDeleteByQueryAction
 
HttpExplainAction - Class in org.elasticsearch.http.action.explain
 
HttpExplainAction() - Constructor for class org.elasticsearch.http.action.explain.HttpExplainAction
 
HttpGetAction - Class in org.elasticsearch.http.action.get
 
HttpGetAction() - Constructor for class org.elasticsearch.http.action.get.HttpGetAction
 
HttpGetIndicesAliasesAction - Class in org.elasticsearch.http.action.admin.indices.alias
 
HttpGetIndicesAliasesAction() - Constructor for class org.elasticsearch.http.action.admin.indices.alias.HttpGetIndicesAliasesAction
 
HttpIndexAction - Class in org.elasticsearch.http.action.index
 
HttpIndexAction() - Constructor for class org.elasticsearch.http.action.index.HttpIndexAction
 
HttpIndicesAdminActionModule - Class in org.elasticsearch.action
 
HttpIndicesAdminActionModule() - Constructor for class org.elasticsearch.action.HttpIndicesAdminActionModule
 
HttpIndicesAdminClient - Class in org.elasticsearch.client.http
 
HttpIndicesAdminClient() - Constructor for class org.elasticsearch.client.http.HttpIndicesAdminClient
 
HttpIndicesAdminClient(Settings) - Constructor for class org.elasticsearch.client.http.HttpIndicesAdminClient
 
HttpIndicesAdminClient(Settings.Builder) - Constructor for class org.elasticsearch.client.http.HttpIndicesAdminClient
 
HttpIndicesAdminClient(Settings.Builder, boolean) - Constructor for class org.elasticsearch.client.http.HttpIndicesAdminClient
 
HttpIndicesAdminClient(Settings, boolean) - Constructor for class org.elasticsearch.client.http.HttpIndicesAdminClient
 
HttpIndicesAliasesAction - Class in org.elasticsearch.http.action.admin.indices.alias
 
HttpIndicesAliasesAction() - Constructor for class org.elasticsearch.http.action.admin.indices.alias.HttpIndicesAliasesAction
 
HttpInfo - Class in org.elasticsearch.http
 
HttpInfo(BoundTransportAddress) - Constructor for class org.elasticsearch.http.HttpInfo
 
HttpIngestActionModule - Class in org.elasticsearch.action
 
HttpIngestActionModule() - Constructor for class org.elasticsearch.action.HttpIngestActionModule
 
HttpIngestClient - Class in org.elasticsearch.client.http
 
HttpIngestClient() - Constructor for class org.elasticsearch.client.http.HttpIngestClient
 
HttpIngestClient(Settings) - Constructor for class org.elasticsearch.client.http.HttpIngestClient
 
HttpIngestClient(Settings.Builder) - Constructor for class org.elasticsearch.client.http.HttpIngestClient
 
HttpIngestClient(Settings.Builder, boolean) - Constructor for class org.elasticsearch.client.http.HttpIngestClient
 
HttpIngestClient(Settings, boolean) - Constructor for class org.elasticsearch.client.http.HttpIngestClient
 
HttpMoreLikeThisAction - Class in org.elasticsearch.http.action.mlt
 
HttpMoreLikeThisAction() - Constructor for class org.elasticsearch.http.action.mlt.HttpMoreLikeThisAction
 
HttpMultiGetAction - Class in org.elasticsearch.http.action.get
 
HttpMultiGetAction() - Constructor for class org.elasticsearch.http.action.get.HttpMultiGetAction
 
HttpMultiSearchAction - Class in org.elasticsearch.http.action.search
 
HttpMultiSearchAction() - Constructor for class org.elasticsearch.http.action.search.HttpMultiSearchAction
 
HttpNodesHotThreadsAction - Class in org.elasticsearch.http.action.admin.cluster.node.hotthreads
 
HttpNodesHotThreadsAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.node.hotthreads.HttpNodesHotThreadsAction
 
HttpNodesInfoAction - Class in org.elasticsearch.http.action.admin.cluster.node.info
 
HttpNodesInfoAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.node.info.HttpNodesInfoAction
 
HttpNodesRestartAction - Class in org.elasticsearch.http.action.admin.cluster.node.restart
 
HttpNodesRestartAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.node.restart.HttpNodesRestartAction
 
HttpNodesShutdownAction - Class in org.elasticsearch.http.action.admin.cluster.node.shutdown
 
HttpNodesShutdownAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.node.shutdown.HttpNodesShutdownAction
 
HttpNodesStatsAction - Class in org.elasticsearch.http.action.admin.cluster.node.stats
 
HttpNodesStatsAction() - Constructor for class org.elasticsearch.http.action.admin.cluster.node.stats.HttpNodesStatsAction
 
HttpPercolateAction - Class in org.elasticsearch.http.action.percolate
 
HttpPercolateAction() - Constructor for class org.elasticsearch.http.action.percolate.HttpPercolateAction
 
HttpRequest - Class in org.elasticsearch.action.support
 
HttpRequest(String, String) - Constructor for class org.elasticsearch.action.support.HttpRequest
 
HttpResponse - Class in org.elasticsearch.action.support
 
HttpResponse(int, String, Map<String, List<String>>, BytesReference) - Constructor for class org.elasticsearch.action.support.HttpResponse
 
HttpResponseBodyPart - Class in com.ning.http.client
A callback class used when an HTTP response body is received.
HttpResponseBodyPart(URI, AsyncHttpProvider) - Constructor for class com.ning.http.client.HttpResponseBodyPart
 
HttpResponseHeaders - Class in com.ning.http.client
A class that represent the HTTP headers.
HttpResponseHeaders(URI, AsyncHttpProvider) - Constructor for class com.ning.http.client.HttpResponseHeaders
 
HttpResponseHeaders(URI, AsyncHttpProvider, boolean) - Constructor for class com.ning.http.client.HttpResponseHeaders
 
HttpResponseStatus - Class in com.ning.http.client
A class that represent the HTTP response' status line (code + text)
HttpResponseStatus(URI, AsyncHttpProvider) - Constructor for class com.ning.http.client.HttpResponseStatus
 
HttpSearchAction - Class in org.elasticsearch.http.action.search
 
HttpSearchAction() - Constructor for class org.elasticsearch.http.action.search.HttpSearchAction
 
HttpSearchActionModule - Class in org.elasticsearch.action
 
HttpSearchActionModule() - Constructor for class org.elasticsearch.action.HttpSearchActionModule
 
HttpSearchClient - Class in org.elasticsearch.client.http
 
HttpSearchClient() - Constructor for class org.elasticsearch.client.http.HttpSearchClient
 
HttpSearchClient(Settings) - Constructor for class org.elasticsearch.client.http.HttpSearchClient
 
HttpSearchClient(Settings.Builder) - Constructor for class org.elasticsearch.client.http.HttpSearchClient
 
HttpSearchClient(Settings.Builder, boolean) - Constructor for class org.elasticsearch.client.http.HttpSearchClient
 
HttpSearchClient(Settings, boolean) - Constructor for class org.elasticsearch.client.http.HttpSearchClient
 
HttpSearchScrollAction - Class in org.elasticsearch.http.action.search
 
HttpSearchScrollAction() - Constructor for class org.elasticsearch.http.action.search.HttpSearchScrollAction
 
HttpStats - Class in org.elasticsearch.http
 
HttpStats(long, long) - Constructor for class org.elasticsearch.http.HttpStats
 
HttpUpdateAction - Class in org.elasticsearch.http.action.update
 
HttpUpdateAction() - Constructor for class org.elasticsearch.http.action.update.HttpUpdateAction
 
humanReadableUnits(long) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns size in human-readable units (GB, MB, KB or bytes).
humanReadableUnits(long, DecimalFormat) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns size in human-readable units (GB, MB, KB or bytes).
humanSizeOf(Object) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Return a human-readable size of a given object.

I

id() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
id() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The id of the action.
id() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The id of the action.
id() - Method in class org.elasticsearch.action.delete.DeleteRequest
The id of the document to delete.
id(String) - Method in class org.elasticsearch.action.delete.DeleteRequest
Sets the id of the document to delete.
id() - Method in class org.elasticsearch.action.delete.DeleteResponse
The id of the document deleted.
id() - Method in class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
id() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
id(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
id - Variable in class org.elasticsearch.action.get.GetRequest
 
id(String) - Method in class org.elasticsearch.action.get.GetRequest
Sets the id of the document to fetch.
id() - Method in class org.elasticsearch.action.get.GetRequest
 
id() - Method in class org.elasticsearch.action.get.GetResponse
The id of the document.
id() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The id of the document.
id() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
id() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The id of the action.
id() - Method in class org.elasticsearch.action.index.IndexRequest
The id of the indexed document.
id(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the id of the indexed document.
id() - Method in enum org.elasticsearch.action.index.IndexRequest.OpType
The internal representation of the operation type.
id() - Method in class org.elasticsearch.action.index.IndexResponse
The id of the document indexed.
id() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The id of document to load from which the "like" query will execute with.
id(String) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The id of document to load from which the "like" query will execute with.
id() - Method in enum org.elasticsearch.action.search.SearchOperationThreading
 
id() - Method in enum org.elasticsearch.action.search.SearchType
The internal id of the type.
id() - Method in enum org.elasticsearch.action.support.broadcast.BroadcastOperationThreading
 
id(String) - Method in class org.elasticsearch.action.support.HttpRequest
 
id() - Method in enum org.elasticsearch.action.support.IgnoreIndices
 
id() - Method in enum org.elasticsearch.action.support.replication.ReplicationType
The internal representation of the operation type.
id() - Method in class org.elasticsearch.action.update.UpdateRequest
The id of the indexed document.
id(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the id of the indexed document.
id() - Method in class org.elasticsearch.action.update.UpdateResponse
The id of the document indexed.
id() - Method in enum org.elasticsearch.action.WriteConsistencyLevel
 
id() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
id() - Method in enum org.elasticsearch.cluster.block.ClusterBlockLevel
 
id() - Method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
 
id - Variable in class org.elasticsearch.cluster.metadata.MappingMetaData
 
id() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
id() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
The id value parsed, null if does not require parsing, or not resolved.
id() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The unique id of the node.
id() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
id() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard id.
id() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
id() - Method in class org.elasticsearch.index.get.GetResult
The id of the document.
id() - Method in enum org.elasticsearch.index.shard.IndexShardState
 
id() - Method in class org.elasticsearch.index.shard.ShardId
 
id() - Method in class org.elasticsearch.monitor.process.ProcessInfo
The process id.
id() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
id() - Method in interface org.elasticsearch.search.SearchHit
The id of the document.
id - Variable in class org.elasticsearch.Version
 
idCache() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
idCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
idCacheSize() - Method in class org.elasticsearch.index.cache.CacheStats
 
idCacheSizeInBytes() - Method in class org.elasticsearch.index.cache.CacheStats
 
idle() - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
idleConnectionInPoolTimeoutInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
idleConnectionTimeoutInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
idParsingStillNeeded() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Is id parsing still needed?
idResolved() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Has id been resolved during the parsing phase.
ids(String...) - Method in class org.elasticsearch.index.query.IdsFilterBuilder
Adds ids to the filter.
ids(String...) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
Adds ids to the filter.
idsFilter(String...) - Static method in class org.elasticsearch.index.query.FilterBuilders
Creates a new ids filter with the provided doc/mapping types.
IdsFilterBuilder - Class in org.elasticsearch.index.query
A filter that will return only documents matching specific ids (and a type).
IdsFilterBuilder(String...) - Constructor for class org.elasticsearch.index.query.IdsFilterBuilder
Create an ids filter based on the type.
idsQuery(String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
Constructs a query that will match only specific ids within types.
IdsQueryBuilder - Class in org.elasticsearch.index.query
A query that will return only documents matching specific ids (and a type).
IdsQueryBuilder(String...) - Constructor for class org.elasticsearch.index.query.IdsQueryBuilder
 
ignoreConflicts() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
If there is already a mapping definition registered against the type, then it will be merged.
ignoreConflicts(boolean) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
If there is already a mapping definition registered against the type, then it will be merged.
ignoreDisable(boolean) - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
ignoreDisable() - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
ignoreDisable(boolean) - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
ignoreDisable() - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
ignoredUnassigned() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
ignoreException() - Method in class org.elasticsearch.common.xcontent.script.ScriptFieldsContext.ScriptField
 
ignoreIndices() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
ignoreIndices(IgnoreIndices) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
ignoreIndices() - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
ignoreIndices(IgnoreIndices) - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
ignoreIndices() - Method in class org.elasticsearch.action.search.SearchRequest
 
ignoreIndices(IgnoreIndices) - Method in class org.elasticsearch.action.search.SearchRequest
 
ignoreIndices() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
ignoreIndices(IgnoreIndices) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
IgnoreIndices - Enum in org.elasticsearch.action.support
Specifies what type of requested indices to exclude.
ignoreTF(boolean) - Method in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
 
ignoreTF(boolean) - Method in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
 
ignoreUnmapped(boolean) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Sets if the field does not exists in the index, it should be ignored and not sorted by or not.
IllegalShardRoutingStateException - Exception in org.elasticsearch.cluster.routing
 
IllegalShardRoutingStateException(ShardRouting, String) - Constructor for exception org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
 
IllegalShardRoutingStateException(ShardRouting, String, Throwable) - Constructor for exception org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
 
immutableMap() - Method in class org.elasticsearch.common.collect.MapBuilder
 
ImmutableSettings - Class in org.elasticsearch.common.settings
An immutable implementation of Settings.
ImmutableSettings.Builder - Class in org.elasticsearch.common.settings
A builder allowing to put different settings and then ImmutableSettings.Builder.build() an immutable settings implementation.
ImmutableShardRouting - Class in org.elasticsearch.cluster.routing
 
ImmutableShardRouting(ShardRouting) - Constructor for class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
ImmutableShardRouting(ShardRouting, long) - Constructor for class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
ImmutableShardRouting(String, int, String, String, boolean, ShardRoutingState, long) - Constructor for class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
ImmutableShardRouting(String, int, String, boolean, ShardRoutingState, long) - Constructor for class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
in - Variable in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
IN_IO_THREAD - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
inc() - Method in class org.elasticsearch.common.metrics.CounterMetric
 
inc(long) - Method in class org.elasticsearch.common.metrics.CounterMetric
 
inc(long) - Method in class org.elasticsearch.common.metrics.MeanMetric
 
include(SpanQueryBuilder) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
includeFilters() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
includeLower(boolean) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
includeLower(boolean) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
Should the lower bound be included or not.
includeLower(boolean) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
Should the lower bound be included or not.
includeLower(boolean) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Should the lower bound be included or not.
includeUpper(boolean) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
includeUpper(boolean) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
Should the upper bound be included or not.
includeUpper(boolean) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
Should the upper bound be included or not.
includeUpper(boolean) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Should the upper bound be included or not.
increment() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Equivalent to add(1).
incrementalFactor(int) - Method in class org.elasticsearch.index.query.TopChildrenQueryBuilder
Sets the incremental factor when the query needs to be re-run in order to fetch more results.
incrementAndGetCurrentRedirectCount() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
index() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
index(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
index() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
index() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
The index to delete.
index(String) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
 
index() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The index name to create.
index(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
index(String) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
 
index() - Method in class org.elasticsearch.action.admin.indices.segments.IndexSegments
 
index() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
index(String) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
index() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
index(String) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
index() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
index() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The index name of the action.
index() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The index name of the action.
index() - Method in class org.elasticsearch.action.delete.DeleteResponse
The index the document was deleted from.
index() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
The index the delete by query operation was executed against.
index(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryResponse
The response of a specific index.
index() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
The index the delete by query operation was executed against.
index() - Method in class org.elasticsearch.action.get.GetResponse
The index the document was fetched from.
index() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The index name of the document.
index() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
index(String) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
index() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The index name of the action.
index() - Method in class org.elasticsearch.action.index.IndexResponse
The index the document was indexed into.
index() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The index to load the document from which the "like" query will run with.
index(String) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
index() - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
index() - Method in class org.elasticsearch.action.search.ShardSearchFailure
The index the search failed on.
index() - Method in interface org.elasticsearch.action.ShardOperationFailedException
The index the operation failed on.
index() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
 
index() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
index(String) - Method in class org.elasticsearch.action.support.HttpRequest
 
index(String[]) - Method in class org.elasticsearch.action.support.HttpRequest
 
index - Variable in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
index() - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
index(String) - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
index - Variable in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
index() - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
index(String) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
index - Variable in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
index() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
index(String) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
index - Variable in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
 
index() - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
 
index(String) - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
Sets the index.
index() - Method in class org.elasticsearch.action.update.UpdateResponse
The index the document was indexed into.
index(IndexRequest) - Method in interface org.elasticsearch.client.IngestClient
Index a JSON source associated with a given index and type.
index(IndexRequest, ActionListener<IndexResponse>) - Method in interface org.elasticsearch.client.IngestClient
Index a document associated with a given index and type.
index(IndexRequest) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
index(IndexRequest, ActionListener<IndexResponse>) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
index() - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
index() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
index(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
index() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
index(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
index - Variable in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
index() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
index() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
index(String) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
index() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The index name.
index() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
index() - Method in class org.elasticsearch.index.get.GetResult
The index the document was fetched from.
Index - Class in org.elasticsearch.index
 
Index(String) - Constructor for class org.elasticsearch.index.Index
 
index() - Method in exception org.elasticsearch.index.IndexException
 
index() - Method in class org.elasticsearch.index.shard.ShardId
 
index() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
index() - Method in interface org.elasticsearch.search.SearchHit
The index of the hit.
index() - Method in class org.elasticsearch.search.SearchShardTarget
 
INDEX - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
INDEX_CLOSED_BLOCK - Static variable in class org.elasticsearch.cluster.block.ClusterBlock
 
INDEX_CONTENT_TYPE - Static variable in class org.elasticsearch.client.AdminRequests
The default content type to use to generate source documents when indexing.
INDEX_CONTENT_TYPE - Static variable in class org.elasticsearch.client.IngestRequests
The default content type to use to generate source documents when indexing.
INDEX_CONTENT_TYPE - Static variable in class org.elasticsearch.client.SearchRequests
The default content type to use to generate source documents when indexing.
INDEX_METADATA_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_READ_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_READ_ONLY_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_TOTAL_SHARDS_PER_NODE - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
INDEX_WRITE_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
IndexAction - Class in org.elasticsearch.action.index
 
indexAliasesRequest() - Static method in class org.elasticsearch.client.AdminRequests
Creates an index aliases request allowing to add and remove aliases.
IndexAlreadyExistsException - Exception in org.elasticsearch.indices
 
IndexAlreadyExistsException(Index) - Constructor for exception org.elasticsearch.indices.IndexAlreadyExistsException
 
indexBlocked(ClusterBlockLevel, String) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indexBlockedException(ClusterBlockLevel, String) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indexBlockedRaiseException(ClusterBlockLevel, String) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indexBoost(String, float) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets the boost a specific index will receive when the query is executeed against it.
indexCount() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
IndexCreationException - Exception in org.elasticsearch.indices
 
IndexCreationException(Index, Throwable) - Constructor for exception org.elasticsearch.indices.IndexCreationException
 
indexCurrent() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
IndexDeleteByQueryRequest - Class in org.elasticsearch.action.deletebyquery
Delete by query request to execute on a specific index.
IndexDeleteByQueryResponse - Class in org.elasticsearch.action.deletebyquery
Delete by query response executed on a specific index.
IndexDeleteRequest - Class in org.elasticsearch.action.delete.index
 
IndexDeleteRequest(String) - Constructor for class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
IndexDeleteRequest(String, String) - Constructor for class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
IndexDeleteRequest(String, String, String) - Constructor for class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
IndexDeleteResponse - Class in org.elasticsearch.action.delete.index
Delete by query response executed on a specific index.
indexedShapeFieldName(String) - Method in class org.elasticsearch.index.query.GeoShapeFilterBuilder
Sets the name of the field in the indexed Shape document that has the Shape itself
indexedShapeIndex(String) - Method in class org.elasticsearch.index.query.GeoShapeFilterBuilder
Sets the name of the index where the indexed Shape can be found
IndexException - Exception in org.elasticsearch.index
 
IndexException(Index, String) - Constructor for exception org.elasticsearch.index.IndexException
 
IndexException(Index, String, Throwable) - Constructor for exception org.elasticsearch.index.IndexException
 
IndexException(Index, boolean, String, Throwable) - Constructor for exception org.elasticsearch.index.IndexException
 
indexFailures(String) - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
indexing() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
indexing(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
indexing() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
indexing() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
IndexingStats - Class in org.elasticsearch.index.indexing
 
IndexingStats() - Constructor for class org.elasticsearch.index.indexing.IndexingStats
 
IndexingStats(IndexingStats.Stats, Map<String, IndexingStats.Stats>) - Constructor for class org.elasticsearch.index.indexing.IndexingStats
 
IndexingStats.Stats - Class in org.elasticsearch.index.indexing
 
IndexingStats.Stats(long, long, long, long, long, long) - Constructor for class org.elasticsearch.index.indexing.IndexingStats.Stats
 
IndexMetaData - Class in org.elasticsearch.cluster.metadata
 
IndexMetaData.Builder - Class in org.elasticsearch.cluster.metadata
 
IndexMetaData.Builder(String) - Constructor for class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
IndexMetaData.Builder(IndexMetaData) - Constructor for class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
IndexMetaData.Custom - Interface in org.elasticsearch.cluster.metadata
 
IndexMetaData.Custom.Factory<T extends IndexMetaData.Custom> - Interface in org.elasticsearch.cluster.metadata
 
IndexMetaData.State - Enum in org.elasticsearch.cluster.metadata
 
indexMetaDataChanged(IndexMetaData) - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
IndexMissingException - Exception in org.elasticsearch.indices
 
IndexMissingException(Index) - Constructor for exception org.elasticsearch.indices.IndexMissingException
 
indexRecoveryProgress() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
indexRecoveryProgress() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
IndexReplicationOperationRequest<T extends IndexReplicationOperationRequest> - Class in org.elasticsearch.action.support.replication
 
IndexReplicationOperationRequest() - Constructor for class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
IndexRequest - Class in org.elasticsearch.action.index
Index request to index a typed JSON document into a specific index and make it searchable.
IndexRequest() - Constructor for class org.elasticsearch.action.index.IndexRequest
 
IndexRequest(String) - Constructor for class org.elasticsearch.action.index.IndexRequest
Constructs a new index request against the specific index.
IndexRequest(String, String, String) - Constructor for class org.elasticsearch.action.index.IndexRequest
Constructs a new index request against the index, type, id and using the source.
indexRequest() - Static method in class org.elasticsearch.client.IngestRequests
 
indexRequest(String) - Static method in class org.elasticsearch.client.IngestRequests
Create an index request against a specific index.
IndexRequest.OpType - Enum in org.elasticsearch.action.index
Operation type controls if the type of the index operation.
IndexRequestBuilder - Class in org.elasticsearch.action.index
An index document action request builder.
IndexRequestBuilder(IngestClient) - Constructor for class org.elasticsearch.action.index.IndexRequestBuilder
 
IndexRequestBuilder(IngestClient, String) - Constructor for class org.elasticsearch.action.index.IndexRequestBuilder
 
IndexResponse - Class in org.elasticsearch.action.index
A response of an index operation,
IndexResponse() - Constructor for class org.elasticsearch.action.index.IndexResponse
 
IndexResponse(String, String, String, long) - Constructor for class org.elasticsearch.action.index.IndexResponse
 
indexRouting() - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
indexRouting(String) - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
indexRouting(String) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
indexRouting() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
IndexRoutingTable - Class in org.elasticsearch.cluster.routing
 
indexRoutingTable(String) - Static method in class org.elasticsearch.cluster.routing.RoutingBuilders
 
IndexRoutingTable.Builder - Class in org.elasticsearch.cluster.routing
 
IndexRoutingTable.Builder(String) - Constructor for class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
indexRoutingTableChanged(String) - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
IndexSegments - Class in org.elasticsearch.action.admin.indices.segments
 
IndexShardException - Exception in org.elasticsearch.index.shard
 
IndexShardException(ShardId, String) - Constructor for exception org.elasticsearch.index.shard.IndexShardException
 
IndexShardException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.index.shard.IndexShardException
 
IndexShardRoutingTable - Class in org.elasticsearch.cluster.routing
 
IndexShardRoutingTable.Builder - Class in org.elasticsearch.cluster.routing
 
IndexShardRoutingTable.Builder(IndexShardRoutingTable) - Constructor for class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
IndexShardRoutingTable.Builder(ShardId, boolean) - Constructor for class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
indexShards() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
IndexShardSegments - Class in org.elasticsearch.action.admin.indices.segments
 
IndexShardState - Enum in org.elasticsearch.index.shard
 
IndexShardStats - Class in org.elasticsearch.action.admin.indices.stats
 
IndexShardStatus - Class in org.elasticsearch.action.admin.indices.status
 
indexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
indexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
indexSize() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
IndexStats - Class in org.elasticsearch.action.admin.indices.stats
 
IndexStats(String, ShardStats[]) - Constructor for class org.elasticsearch.action.admin.indices.stats.IndexStats
 
IndexStatus - Class in org.elasticsearch.action.admin.indices.status
 
IndexTemplateAlreadyExistsException - Exception in org.elasticsearch.indices
 
IndexTemplateAlreadyExistsException(String) - Constructor for exception org.elasticsearch.indices.IndexTemplateAlreadyExistsException
 
IndexTemplateMetaData - Class in org.elasticsearch.cluster.metadata
 
IndexTemplateMetaData(String, int, String, Settings, ImmutableMap<String, CompressedString>, ImmutableMap<String, IndexMetaData.Custom>) - Constructor for class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
IndexTemplateMetaData.Builder - Class in org.elasticsearch.cluster.metadata
 
IndexTemplateMetaData.Builder(String) - Constructor for class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
IndexTemplateMetaData.Builder(IndexTemplateMetaData) - Constructor for class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
IndexTemplateMissingException - Exception in org.elasticsearch.indices
 
IndexTemplateMissingException(String) - Constructor for exception org.elasticsearch.indices.IndexTemplateMissingException
 
indexTime() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
indexTimeInMillis() - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
IndexWarmerMissingException - Exception in org.elasticsearch.search.warmer
 
IndexWarmerMissingException(String) - Constructor for exception org.elasticsearch.search.warmer.IndexWarmerMissingException
 
IndexWarmersMetaData - Class in org.elasticsearch.search.warmer
 
IndexWarmersMetaData(IndexWarmersMetaData.Entry...) - Constructor for class org.elasticsearch.search.warmer.IndexWarmersMetaData
 
IndexWarmersMetaData.Entry - Class in org.elasticsearch.search.warmer
 
IndexWarmersMetaData.Entry(String, String[], BytesReference) - Constructor for class org.elasticsearch.search.warmer.IndexWarmersMetaData.Entry
 
IndexWarmersMetaData.Factory - Class in org.elasticsearch.search.warmer
 
IndexWarmersMetaData.Factory() - Constructor for class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
indices() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
indices(String[]) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
indices() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
indices() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should indices stats be returned.
indices(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should indices stats be returned.
indices - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
indices() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Indices level stats.
indices(String...) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
indices(String[]) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
indices(String[]) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
indices(String[]) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest
Sets the indices this put mapping operation will execute on.
indices() - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest
The indices the mappings will be put.
indices(String[]) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
Sets the indices this put mapping operation will execute on.
indices() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The indices the mappings will be put.
indices() - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
indices() - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
indices(String[]) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
Sets the indices this put mapping operation will execute on.
indices() - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
The indices the mappings will be put.
indices() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryResponse
The responses from all the different indices.
indices(String...) - Method in class org.elasticsearch.action.search.SearchRequest
Sets the indices the search will be executed on.
indices() - Method in class org.elasticsearch.action.search.SearchRequest
The indices
indices - Variable in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
indices() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
indices(String...) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
indices - Variable in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
indices() - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
indices(String[]) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
The indices the request will execute against.
indices() - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indices(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
IndicesAction<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.admin.indices
Indices action (used with IndicesAdminClient API.
IndicesAction(String) - Constructor for class org.elasticsearch.action.admin.indices.IndicesAction
 
IndicesAdminClient - Interface in org.elasticsearch.client
Administrative actions/operations against indices.
IndicesAliasesAction - Class in org.elasticsearch.action.admin.indices.alias
 
IndicesAliasesRequest - Class in org.elasticsearch.action.admin.indices.alias
A request to add/remove aliases for one or more indices.
IndicesAliasesRequest() - Constructor for class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
IndicesAliasesRequestBuilder - Class in org.elasticsearch.action.admin.indices.alias
 
IndicesAliasesRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
 
IndicesAliasesResponse - Class in org.elasticsearch.action.admin.indices.alias
A response for a add/remove alias action.
indicesBlockedException(ClusterBlockLevel, String[]) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indicesCreated() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns the indices created in this event
indicesDeleted() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns the indices deleted in this event
IndicesExistsAction - Class in org.elasticsearch.action.admin.indices.exists.indices
 
IndicesExistsRequest - Class in org.elasticsearch.action.admin.indices.exists.indices
 
IndicesExistsRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
indicesExistsRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates an indices exists request.
IndicesExistsRequestBuilder - Class in org.elasticsearch.action.admin.indices.exists.indices
 
IndicesExistsRequestBuilder(IndicesAdminClient, String...) - Constructor for class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
 
IndicesExistsResponse - Class in org.elasticsearch.action.admin.indices.exists.indices
 
IndicesExistsResponse(boolean) - Constructor for class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
indicesFailures() - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
indicesFilter(FilterBuilder, String...) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
IndicesFilterBuilder - Class in org.elasticsearch.index.query
A filter that will execute the wrapped filter only for the specified indices, and "match_all" when it does not match those indices (by default).
IndicesFilterBuilder(FilterBuilder, String...) - Constructor for class org.elasticsearch.index.query.IndicesFilterBuilder
 
indicesQuery(QueryBuilder, String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that will execute the wrapped query only for the specified indices, and "match_all" when it does not match those indices.
IndicesQueryBuilder - Class in org.elasticsearch.index.query
A query that will execute the wrapped query only for the specified indices, and "match_all" when it does not match those indices (by default).
IndicesQueryBuilder(QueryBuilder, String...) - Constructor for class org.elasticsearch.index.query.IndicesQueryBuilder
 
IndicesReplicationOperationRequest<T extends IndicesReplicationOperationRequest> - Class in org.elasticsearch.action.support.replication
 
IndicesReplicationOperationRequest() - Constructor for class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
IndicesReplicationOperationRequestBuilder<Request extends IndicesReplicationOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends IndicesReplicationOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.replication
 
IndicesReplicationOperationRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequestBuilder
 
indicesRouting() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
IndicesSegmentResponse - Class in org.elasticsearch.action.admin.indices.segments
 
IndicesSegmentsAction - Class in org.elasticsearch.action.admin.indices.segments
 
IndicesSegmentsRequest - Class in org.elasticsearch.action.admin.indices.segments
 
IndicesSegmentsRequest() - Constructor for class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
 
IndicesSegmentsRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
 
indicesSegmentsRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
 
IndicesSegmentsRequestBuilder - Class in org.elasticsearch.action.admin.indices.segments
 
IndicesSegmentsRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
 
IndicesStats - Class in org.elasticsearch.action.admin.indices.stats
 
IndicesStatsAction - Class in org.elasticsearch.action.admin.indices.stats
 
IndicesStatsRequest - Class in org.elasticsearch.action.admin.indices.stats
A request to get indices level stats.
IndicesStatsRequest() - Constructor for class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
IndicesStatsRequestBuilder - Class in org.elasticsearch.action.admin.indices.stats
A request to get indices level stats.
IndicesStatsRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
IndicesStatusAction - Class in org.elasticsearch.action.admin.indices.status
 
IndicesStatusRequest - Class in org.elasticsearch.action.admin.indices.status
 
IndicesStatusRequest() - Constructor for class org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
 
IndicesStatusRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
 
indicesStatusRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates an indices status request.
IndicesStatusRequestBuilder - Class in org.elasticsearch.action.admin.indices.status
 
IndicesStatusRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.status.IndicesStatusRequestBuilder
 
IndicesStatusResponse - Class in org.elasticsearch.action.admin.indices.status
 
inErrs() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
InetSocketTransportAddress - Class in org.elasticsearch.common.transport
A transport address used for IP socket address (wraps InetSocketAddress).
InetSocketTransportAddress(String, int) - Constructor for class org.elasticsearch.common.transport.InetSocketTransportAddress
 
InetSocketTransportAddress(InetAddress, int) - Constructor for class org.elasticsearch.common.transport.InetSocketTransportAddress
 
InetSocketTransportAddress(InetSocketAddress) - Constructor for class org.elasticsearch.common.transport.InetSocketTransportAddress
 
inFilter(String, String...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
inFilter(String, int...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
inFilter(String, long...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
inFilter(String, float...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
inFilter(String, double...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
inFilter(String, Object...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
info(String, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs an INFO level message.
info(String, Throwable, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs an INFO level message.
info(String, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
info(String, Throwable, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
info() - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
info() - Method in interface org.elasticsearch.threadpool.ThreadPool
 
info() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
info() - Method in class org.elasticsearch.transport.client.ClientTransportService
 
info(String) - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
info(String, Throwable) - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
inForkJoinPool() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns true if the current thread is a ForkJoinWorkerThread executing as a ForkJoinPool computation.
IngestClient - Interface in org.elasticsearch.client
An IngestClient provides an interface for performing index actions/operations against the cluster.
IngestRequests - Class in org.elasticsearch.client
A handy one stop shop for creating indexer requests (make sure to import static this class).
IngestRequests() - Constructor for class org.elasticsearch.client.IngestRequests
 
initializeAsNew(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Initializes a new empty index, as if it was created from an API.
initializeAsRecovery(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Initializes a new empty index, as if it was created from an API.
initializing() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
initializing() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard is initializing (usually recovering either from peer shard or from gateway).
initializingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
initializingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
initializingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
initialValue() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean
 
innerFuture - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
inOrder(boolean) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
inputArguments() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
inputBuffer - Variable in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamInput
 
InputStreamBodyGenerator - Class in com.ning.http.client.generators
A BodyGenerator which use an InputStream for reading bytes, without having to read the entire stream in memory.
InputStreamBodyGenerator(InputStream) - Constructor for class com.ning.http.client.generators.InputStreamBodyGenerator
 
InputStreamBodyGenerator.ISBody - Class in com.ning.http.client.generators
 
InputStreamBodyGenerator.ISBody() - Constructor for class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
InputStreamStreamInput - Class in org.elasticsearch.common.io.stream
 
InputStreamStreamInput(InputStream) - Constructor for class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
inQuery(String, String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
inQuery(String, int...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
inQuery(String, long...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
inQuery(String, float...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
inQuery(String, double...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
inQuery(String, Object...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
inSegs() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
insertionSort(T[], int, int, Comparator<? super T>) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array slice using the Comparator.
insertionSort(T[], Comparator<? super T>) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array using the Comparator.
insertionSort(T[], int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array slice in natural order.
insertionSort(T[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array in natural order.
insertionSort(int, int) - Method in class org.elasticsearch.common.lucene.util.SorterTemplate
Sorts via stable in-place InsertionSort algorithm (ideal for small collections which are mostly presorted).
inspect() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
Inspects if the barrier is broken.
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.close.CloseIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.create.CreateIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.flush.FlushAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.open.OpenIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.optimize.OptimizeAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.refresh.RefreshAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.status.IndicesStatusAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerAction
 
INSTANCE - Static variable in class org.elasticsearch.action.bulk.BulkAction
 
INSTANCE - Static variable in class org.elasticsearch.action.count.CountAction
 
INSTANCE - Static variable in class org.elasticsearch.action.delete.DeleteAction
 
INSTANCE - Static variable in class org.elasticsearch.action.deletebyquery.DeleteByQueryAction
 
INSTANCE - Static variable in class org.elasticsearch.action.explain.ExplainAction
 
INSTANCE - Static variable in class org.elasticsearch.action.get.GetAction
 
INSTANCE - Static variable in class org.elasticsearch.action.get.MultiGetAction
 
INSTANCE - Static variable in class org.elasticsearch.action.index.IndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.mlt.MoreLikeThisAction
 
INSTANCE - Static variable in class org.elasticsearch.action.percolate.PercolateAction
 
INSTANCE - Static variable in class org.elasticsearch.action.search.MultiSearchAction
 
INSTANCE - Static variable in class org.elasticsearch.action.search.SearchAction
 
INSTANCE - Static variable in class org.elasticsearch.action.search.SearchScrollAction
 
INSTANCE - Static variable in class org.elasticsearch.action.update.UpdateAction
 
INSTANCE - Static variable in class org.elasticsearch.common.compress.lzf.LZFCompressorContext
 
INSTANCE - Static variable in class org.elasticsearch.common.lucene.search.MatchNoDocsQuery
 
INSTANCE - Static variable in class org.elasticsearch.common.transport.DummyTransportAddress
 
INSTANCE - Static variable in class org.elasticsearch.transport.TransportRequest.Empty
 
INSTANCE - Static variable in class org.elasticsearch.transport.TransportResponse.Empty
 
INSTANCE_SAME - Static variable in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
InstanceShardOperationRequest<T extends InstanceShardOperationRequest> - Class in org.elasticsearch.action.support.single.instance
 
InstanceShardOperationRequest() - Constructor for class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
InstanceShardOperationRequest(String) - Constructor for class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
InstanceShardOperationRequestBuilder<Request extends InstanceShardOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends InstanceShardOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.single.instance
 
InstanceShardOperationRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
 
interfaceHasIPAddresses(NetworkInterface, NetworkUtils.StackType) - Static method in class org.elasticsearch.common.network.NetworkUtils
A function to check if an interface supports an IP version (i.e has addresses defined for that IP version).
internalAddListener(Object) - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
internalBuilder(SearchSourceBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source builder to be used with this request.
internalBuilder() - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Returns the internal search source builder used to construct the request.
InternalClientSettingsPreparer - Class in org.elasticsearch.client.internal
 
InternalClientSettingsPreparer() - Constructor for class org.elasticsearch.client.internal.InternalClientSettingsPreparer
 
InternalClusterAdminClient - Interface in org.elasticsearch.client.internal
 
internalDebug(String) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalDebug(String, Throwable) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalDebug(String) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalDebug(String, Throwable) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalDebug(String) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalDebug(String, Throwable) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalDebug(String) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
internalDebug(String, Throwable) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
internalError(String) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalError(String, Throwable) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalError(String) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalError(String, Throwable) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalError(String) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalError(String, Throwable) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalError(String) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
internalError(String, Throwable) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
InternalFacet - Interface in org.elasticsearch.search.facet
 
InternalFacet.Stream - Interface in org.elasticsearch.search.facet
 
InternalFacet.Streams - Class in org.elasticsearch.search.facet
 
InternalFacet.Streams() - Constructor for class org.elasticsearch.search.facet.InternalFacet.Streams
 
InternalFacets - Class in org.elasticsearch.search.facet
 
InternalFacets(List<Facet>) - Constructor for class org.elasticsearch.search.facet.InternalFacets
Constructs a new facets.
InternalGenericClient - Interface in org.elasticsearch.client.internal
 
internalHighlightFields() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
internalHits() - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
InternalHttpClusterAdminClient - Class in org.elasticsearch.client.http.support
 
InternalHttpClusterAdminClient(Settings, HttpClusterAdminActionModule) - Constructor for class org.elasticsearch.client.http.support.InternalHttpClusterAdminClient
 
InternalHttpIndicesAdminClient - Class in org.elasticsearch.client.http.support
 
InternalHttpIndicesAdminClient(Settings, HttpIndicesAdminActionModule) - Constructor for class org.elasticsearch.client.http.support.InternalHttpIndicesAdminClient
 
InternalHttpIngestClient - Class in org.elasticsearch.client.http.support
 
InternalHttpIngestClient(Settings) - Constructor for class org.elasticsearch.client.http.support.InternalHttpIngestClient
 
InternalHttpSearchClient - Class in org.elasticsearch.client.http.support
 
InternalHttpSearchClient(Settings) - Constructor for class org.elasticsearch.client.http.support.InternalHttpSearchClient
 
InternalIndicesAdminClient - Interface in org.elasticsearch.client.internal
 
internalInfo(String) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalInfo(String, Throwable) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalInfo(String) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalInfo(String, Throwable) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalInfo(String) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalInfo(String, Throwable) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalInfo(String) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
internalInfo(String, Throwable) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
internalMap() - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
 
InternalSearchHit - Class in org.elasticsearch.search.internal
 
InternalSearchHit(int, String, String, byte[], Map<String, SearchHitField>) - Constructor for class org.elasticsearch.search.internal.InternalSearchHit
 
InternalSearchHit.Fields - Class in org.elasticsearch.search.internal
 
InternalSearchHit.Fields() - Constructor for class org.elasticsearch.search.internal.InternalSearchHit.Fields
 
InternalSearchHitField - Class in org.elasticsearch.search.internal
 
InternalSearchHitField(String, List<Object>) - Constructor for class org.elasticsearch.search.internal.InternalSearchHitField
 
InternalSearchHits - Class in org.elasticsearch.search.internal
 
InternalSearchHits(InternalSearchHit[], long, float) - Constructor for class org.elasticsearch.search.internal.InternalSearchHits
 
InternalSearchHits.StreamContext - Class in org.elasticsearch.search.internal
 
InternalSearchHits.StreamContext() - Constructor for class org.elasticsearch.search.internal.InternalSearchHits.StreamContext
 
InternalSearchHits.StreamContext.ShardTargetType - Enum in org.elasticsearch.search.internal
 
InternalSearchResponse - Class in org.elasticsearch.search.internal
 
InternalSearchResponse(InternalSearchHits, InternalFacets, boolean) - Constructor for class org.elasticsearch.search.internal.InternalSearchResponse
 
internalSourceRef() - Method in class org.elasticsearch.index.get.GetResult
Internal source representation, might be compressed....
internalSourceRef() - Method in class org.elasticsearch.search.internal.InternalSearchHit
Internal source representation, might be compressed....
internalTrace(String) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalTrace(String, Throwable) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalTrace(String) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalTrace(String, Throwable) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalTrace(String) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalTrace(String, Throwable) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalTrace(String) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
internalTrace(String, Throwable) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
internalWarn(String) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalWarn(String, Throwable) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
internalWarn(String) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalWarn(String, Throwable) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
internalWarn(String) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalWarn(String, Throwable) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
internalWarn(String) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
internalWarn(String, Throwable) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
interruptTask() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
Subclasses can override this method to implement interruption of the future's computation.
interval(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
interval() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
intToBytes(int) - Static method in class org.elasticsearch.common.Numbers
Converts an int to a byte array.
intValue() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Returns the LongAdder.sum() as an int after a narrowing primitive conversion.
intValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
intValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
INVALID_FILENAME_CHARS - Static variable in class org.elasticsearch.common.Strings
 
InvalidAliasNameException - Exception in org.elasticsearch.indices
 
InvalidAliasNameException(Index, String, String) - Constructor for exception org.elasticsearch.indices.InvalidAliasNameException
 
InvalidIndexNameException - Exception in org.elasticsearch.indices
 
InvalidIndexNameException(Index, String, String) - Constructor for exception org.elasticsearch.indices.InvalidIndexNameException
 
InvalidIndexTemplateException - Exception in org.elasticsearch.indices
 
InvalidIndexTemplateException(String, String) - Constructor for exception org.elasticsearch.indices.InvalidIndexTemplateException
 
invoke(ForkJoinTask<T>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Performs the given task, returning its result upon completion.
invoke() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Commences performing this task, awaits its completion if necessary, and returns its result, or throws an (unchecked) RuntimeException or Error if the underlying computation did so.
invokeAll(Collection<? extends Callable<T>>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
 
invokeAll(ForkJoinTask<?>, ForkJoinTask<?>) - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Forks the given tasks, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAll(ForkJoinTask<?>...) - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Forks the given tasks, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAll(Collection<T>) - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Forks all tasks in the specified collection, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
ioException(IOException) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
IOExceptionFilter - Interface in com.ning.http.client.filter
This filter is invoked when an IOException occurs during an http transaction.
ioExceptionFilters - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ioThreadMultiplier - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
IPv4_SETTING - Static variable in class org.elasticsearch.common.network.NetworkUtils
 
IPv6_SETTING - Static variable in class org.elasticsearch.common.network.NetworkUtils
 
isAllNodes(String...) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
isArray(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
isBoostTerms() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
isBroken() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
Queries if this barrier is in a broken state.
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.AllDocSet
 
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.AndDocIdSet
 
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.AndDocSet
 
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.FixedBitDocSet
 
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.NotDocIdSet
 
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.NotDocSet
 
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.OrDocIdSet
 
isCacheable() - Method in class org.elasticsearch.common.lucene.docset.OrDocSet
 
isCancelled() - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
isCancelled() - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
isCancelled() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
isCancelled() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
 
isCancelled() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
 
isClientNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
isCloseConnectionException(Throwable) - Static method in class org.elasticsearch.common.transport.NetworkExceptionHelper
 
isClosed() - Method in class com.ning.http.client.AsyncHttpClient
Return true if closed
isClosed() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return true if one of the ExecutorService has been shutdown.
isCommitted() - Method in class org.elasticsearch.index.engine.Segment
 
isCompletedAbnormally() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns true if this task threw an exception or was cancelled.
isCompletedNormally() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns true if this task completed without throwing an exception and was not cancelled.
isCompress(byte) - Static method in class org.elasticsearch.transport.support.TransportStatus
 
isCompressed(BytesReference) - Method in interface org.elasticsearch.common.compress.BasicCompressor
 
isCompressed(byte[], int, int) - Method in interface org.elasticsearch.common.compress.BasicCompressor
 
isCompressed(BytesReference) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
isCompressed(byte[]) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
isCompressed(byte[], int, int) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
isCompressed(BytesReference) - Method in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
isCompressed(byte[], int, int) - Method in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
isCompressed(ChannelBuffer) - Method in interface org.elasticsearch.common.compress.NettyCompressor
 
isCompressed(byte[], int, int) - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
isCompressed(BytesReference) - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
isCompressionEnabled() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is HTTP compression enabled.
isConcrete(Class<?>) - Static method in class org.elasticsearch.common.Classes
 
isConnectAllowed() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
isConnectException(Throwable) - Static method in class org.elasticsearch.common.transport.NetworkExceptionHelper
 
isConstantMatchAllQuery(Query) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
isDataNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Should this node hold data (shards) or not.
isDebugEnabled() - Method in interface org.elasticsearch.common.logging.ESLogger
Returns true if a DEBUG level message is logged.
isDebugEnabled() - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
isDebugEnabled() - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
isDebugEnabled() - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
isDebugEnabled() - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
isDone - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
isDone() - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
isDone() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
isDone() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
 
isDone() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
 
isEmpty() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
isEmpty() - Method in class com.ning.http.client.FluentStringsMap
isEmpty() - Method in class com.ning.http.client.simple.HeaderMap
 
isEmpty() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
isEmpty() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Returns true if this collection contains no elements.
isEmpty() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Returns true if this queue contains no elements.
isError(byte) - Static method in class org.elasticsearch.transport.support.TransportStatus
 
isErrorEnabled() - Method in interface org.elasticsearch.common.logging.ESLogger
Returns true if an ERROR level message is logged.
isErrorEnabled() - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
isErrorEnabled() - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
isErrorEnabled() - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
isErrorEnabled() - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
isExists() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
isExists() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
isExists() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
isExists() - Method in class org.elasticsearch.action.get.GetResponse
Does the document exists.
isExists() - Method in class org.elasticsearch.index.get.GetResult
Does the document exists.
isFailed() - Method in class com.ning.http.multipart.FilePartStallHandler
 
isFailed() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
Is this a failed execution of an operation.
isFailed() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
Is this a failed execution?
isFailure() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
Is it a failed search?
isGlobalStateEquals(MetaData, MetaData) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
isInAuth() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
isInfoEnabled() - Method in interface org.elasticsearch.common.logging.ESLogger
Returns true if an INFO level message is logged.
isInfoEnabled() - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
isInfoEnabled() - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
isInfoEnabled() - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
isInfoEnabled() - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
isInnerClass(Class<?>) - Static method in class org.elasticsearch.common.Classes
 
isIPv4() - Static method in class org.elasticsearch.common.network.NetworkUtils
 
isLast() - Method in class com.ning.http.client.HttpResponseBodyPart
Return true if this is the last part.
isLast() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
Return true if this is the last part.
isLast() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
Return true if this is the last part.
isLastGcEnabled() - Static method in class org.elasticsearch.monitor.jvm.JvmStats
 
isMasterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Can this node become master or not.
isMatch() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
isNegativeQuery(Query) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
isNotFound() - Method in class org.elasticsearch.action.delete.DeleteResponse
Returns true if there was no doc found to delete.
isNtlmMessageType2Received() - Method in class com.ning.http.client.Realm
 
isObject(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
isOpen() - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
isOpen() - Method in interface com.ning.http.client.websocket.WebSocket
Returns true if the WebSocket is open/connected.
isPrimaryActive() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
isQuiescent() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns true if all worker threads are currently idle.
isRedirected() - Method in class com.ning.http.client.providers.ResponseBase
 
isRedirected() - Method in interface com.ning.http.client.Response
Return true if the response redirects to another object.
isRedirected() - Method in class com.ning.http.client.webdav.WebDavResponse
 
isRedirectEnabled() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is HTTP redirect enabled
isRedirectEnabled() - Method in interface com.ning.http.client.Request
Return the true> to follow redirect
isRedirectOverrideSet() - Method in interface com.ning.http.client.Request
 
isReleasable() - Method in interface org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool.ManagedBlocker
Returns true if blocking is unnecessary.
isRemoveQueryParamOnRedirect() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return true if the query parameters will be stripped from the request when a redirect is requested.
isRepeatable() - Method in class com.ning.http.multipart.MultipartRequestEntity
Returns true if all parts are repeatable, false otherwise.
isRepeatable() - Method in class com.ning.http.multipart.Part
Tests if this part can be sent more than once.
isRepeatable() - Method in interface com.ning.http.multipart.RequestEntity
Tests if RequestEntity.writeRequest(java.io.OutputStream) can be called more than once.
isRequest(byte) - Static method in class org.elasticsearch.transport.support.TransportStatus
 
isSearch() - Method in class org.elasticsearch.index.engine.Segment
 
isSecure() - Method in class com.ning.http.client.Cookie
 
isShutdown() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns true if this pool has been shut down.
isSimpleMatchPattern(String) - Static method in class org.elasticsearch.common.regex.Regex
Is the str a simple match pattern.
isSourceEmpty() - Method in class org.elasticsearch.action.get.GetResponse
Is the source empty (not available) or not.
isSourceEmpty() - Method in class org.elasticsearch.index.get.GetResult
Is the source empty (not available) or not.
isSourceEmpty() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
isSourceEmpty() - Method in interface org.elasticsearch.search.SearchHit
Is the source empty (not available) or not.
isSslConnectionPoolEnabled() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return true is SSL connection polling is enabled.
isStackAvailable(boolean) - Static method in class org.elasticsearch.common.network.NetworkUtils
 
isStrict302Handling() - Method in class com.ning.http.client.AsyncHttpClientConfig
In the case of a POST/Redirect/Get scenario where the server uses a 302 for the redirect, should AHC respond to the redirect with a GET or whatever the original method was.
isSupportedJVM() - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns true, if the current JVM is fully supported by RamUsageEstimator.
isTerminated() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns true if all tasks have completed following shut down.
isTerminated() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Returns true if this phaser has been terminated.
isTerminating() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns true if the process of termination has commenced but not yet completed.
isTimedOut() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
isTimedOut() - Method in class org.elasticsearch.action.search.SearchResponse
Has the search operation timed out.
isTraceEnabled() - Method in interface org.elasticsearch.common.logging.ESLogger
Returns true if a TRACE level message is logged.
isTraceEnabled() - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
isTraceEnabled() - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
isTraceEnabled() - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
isTraillingHeadersReceived() - Method in class com.ning.http.client.HttpResponseHeaders
Return true is headers has been received after the response body.
isUseRawUrl() - Method in class com.ning.http.client.AsyncHttpClientConfig
 
isUseRawUrl() - Method in interface com.ning.http.client.Request
 
isValue() - Method in enum org.elasticsearch.common.xcontent.XContentParser.Token
 
isWarnEnabled() - Method in interface org.elasticsearch.common.logging.ESLogger
Returns true if a WARN level message is logged.
isWarnEnabled() - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
isWarnEnabled() - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
isWarnEnabled() - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
isWarnEnabled() - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
isWithin(double, double) - Method in interface org.elasticsearch.index.search.geo.GeoDistance.DistanceBoundingCheck
 
isWithin(double, double) - Method in class org.elasticsearch.index.search.geo.GeoDistance.Meridian180DistanceBoundingCheck
 
isWithin(double, double) - Method in class org.elasticsearch.index.search.geo.GeoDistance.SimpleDistanceBoundingCheck
 
itemId() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The numeric order of the item matching the same request order in the bulk request.
items() - Method in class org.elasticsearch.action.bulk.BulkResponse
The items representing each action performed in the bulk operation (in the same order!).
items() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
iterate(PortsRange.PortCallback) - Method in class org.elasticsearch.common.transport.PortsRange
 
iterator() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
iterator() - Method in class com.ning.http.client.FluentStringsMap
iterator() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
iterator() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
iterator() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
iterator() - Method in class org.elasticsearch.action.admin.indices.segments.IndexSegments
 
iterator() - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
iterator() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
iterator() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
iterator() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
iterator() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
iterator() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
iterator() - Method in class org.elasticsearch.action.bulk.BulkResponse
 
iterator() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryResponse
 
iterator() - Method in class org.elasticsearch.action.get.GetResponse
 
iterator() - Method in class org.elasticsearch.action.get.MultiGetResponse
 
iterator() - Method in class org.elasticsearch.action.percolate.PercolateResponse
 
iterator() - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
iterator() - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
iterator() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
iterator() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
iterator() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
 
iterator() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
iterator() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
iterator() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
iterator() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
iterator() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
iterator() - Method in class org.elasticsearch.common.collect.MapBackedSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.AllDocSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.AndDocIdSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.AndDocSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.FixedBitDocSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.GetDocSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.NotDocIdSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.OrDocIdSet
 
iterator() - Method in class org.elasticsearch.common.lucene.docset.OrDocSet
 
iterator() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class org.elasticsearch.index.get.GetField
 
iterator() - Method in class org.elasticsearch.index.get.GetResult
 
iterator() - Method in class org.elasticsearch.monitor.fs.FsStats
 
iterator() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
iterator() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
iterator() - Method in class org.elasticsearch.search.facet.InternalFacets
Iterates over the Facets.
iterator() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
iterator() - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
iterator() - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
iterator() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfo
 
iterator() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStats
 
iterator() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfo
 
iterator() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStats
 
iterators() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
 
itoa(int) - Static method in class org.elasticsearch.common.Bytes
Blatant copy of Integer.toString, but returning a byte array instead of a String, as string charset decoding/encoding was killing us on performance.

J

JAVA_1_1 - Static variable in class org.elasticsearch.common.lucene.util.Constants
Deprecated.
This constant is useless since Lucene is on Java 5
JAVA_1_2 - Static variable in class org.elasticsearch.common.lucene.util.Constants
Deprecated.
This constant is useless since Lucene is on Java 5
JAVA_1_3 - Static variable in class org.elasticsearch.common.lucene.util.Constants
Deprecated.
This constant is useless since Lucene is on Java 5
JAVA_VENDOR - Static variable in class org.elasticsearch.common.lucene.util.Constants
 
JAVA_VERSION - Static variable in class org.elasticsearch.common.lucene.util.Constants
The value of System.getProperty("java.version").
JDKAsyncHttpProvider - Class in com.ning.http.client.providers.jdk
 
JDKAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
JDKAsyncHttpProviderConfig - Class in com.ning.http.client.providers.jdk
 
JDKAsyncHttpProviderConfig() - Constructor for class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
JDKDelegateFuture<V> - Class in com.ning.http.client.providers.jdk
 
JDKDelegateFuture(AsyncHandler<V>, int, ListenableFuture<V>, HttpURLConnection) - Constructor for class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
JdkESLogger - Class in org.elasticsearch.common.logging.jdk
 
JdkESLogger(String, String, Logger) - Constructor for class org.elasticsearch.common.logging.jdk.JdkESLogger
 
JdkESLoggerFactory - Class in org.elasticsearch.common.logging.jdk
 
JdkESLoggerFactory() - Constructor for class org.elasticsearch.common.logging.jdk.JdkESLoggerFactory
 
JDKFuture<V> - Class in com.ning.http.client.providers.jdk
 
JDKFuture(AsyncHandler<V>, int, HttpURLConnection) - Constructor for class com.ning.http.client.providers.jdk.JDKFuture
 
JDKResponse - Class in com.ning.http.client.providers.jdk
 
JDKResponse(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.jdk.JDKResponse
 
Joda - Class in org.elasticsearch.common.joda
 
Joda() - Constructor for class org.elasticsearch.common.joda.Joda
 
join() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns the result of the computation when it is done.
JRE_IS_64BIT - Static variable in class org.elasticsearch.common.lucene.util.Constants
True iff running on a 64bit JVM
JRE_IS_64BIT - Static variable in class org.elasticsearch.monitor.jvm.JvmUtils
True iff running on a 64bit JVM
JRE_IS_MINIMUM_JAVA6 - Static variable in class org.elasticsearch.common.lucene.util.Constants
 
JRE_IS_MINIMUM_JAVA6 - Static variable in class org.elasticsearch.monitor.jvm.JvmUtils
 
JRE_IS_MINIMUM_JAVA7 - Static variable in class org.elasticsearch.common.lucene.util.Constants
 
JRE_IS_MINIMUM_JAVA7 - Static variable in class org.elasticsearch.monitor.jvm.JvmUtils
 
jsonBuilder() - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns a content builder using JSON format (XContentType.JSON.
jsonBuilder(OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a new json builder that will output the result into the provided output stream.
JsonSettingsLoader - Class in org.elasticsearch.common.settings.loader
Settings loader that loads (parses) the settings in a json format by flattening them into a map.
JsonSettingsLoader() - Constructor for class org.elasticsearch.common.settings.loader.JsonSettingsLoader
 
JsonXContent - Class in org.elasticsearch.common.xcontent.json
A JSON based content implementation using Jackson.
jsonXContent - Static variable in class org.elasticsearch.common.xcontent.json.JsonXContent
 
JsonXContentGenerator - Class in org.elasticsearch.common.xcontent.json
 
JsonXContentGenerator(JsonGenerator) - Constructor for class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
JsonXContentParser - Class in org.elasticsearch.common.xcontent.json
 
JsonXContentParser(JsonParser) - Constructor for class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
jvm - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
jvm() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
JVM level information.
jvm() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node JVM be returned.
jvm(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node JVM be returned.
jvm() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node JVM be returned.
jvm(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node JVM be returned.
jvm - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
jvm() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
JVM level statistics.
JVM_INFO_STRING - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
JVM info string for debugging and reports.
JVM_NAME - Static variable in class org.elasticsearch.common.lucene.util.Constants
 
JVM_VENDOR - Static variable in class org.elasticsearch.common.lucene.util.Constants
JVM vendor info.
JVM_VERSION - Static variable in class org.elasticsearch.common.lucene.util.Constants
 
JvmInfo - Class in org.elasticsearch.monitor.jvm
 
jvmInfo() - Static method in class org.elasticsearch.monitor.jvm.JvmInfo
 
JvmInfo.Mem - Class in org.elasticsearch.monitor.jvm
 
JvmStats - Class in org.elasticsearch.monitor.jvm
 
JvmStats(long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats
 
jvmStats() - Static method in class org.elasticsearch.monitor.jvm.JvmStats
 
JvmStats.BufferPool - Class in org.elasticsearch.monitor.jvm
 
JvmStats.BufferPool(String, long, long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
JvmStats.GarbageCollector - Class in org.elasticsearch.monitor.jvm
 
JvmStats.GarbageCollector.LastGc - Class in org.elasticsearch.monitor.jvm
 
JvmStats.GarbageCollector.LastGc(long, long, long, long, long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
JvmStats.GarbageCollectors - Class in org.elasticsearch.monitor.jvm
 
JvmStats.Mem - Class in org.elasticsearch.monitor.jvm
 
JvmStats.MemoryPool - Class in org.elasticsearch.monitor.jvm
 
JvmStats.MemoryPool(String, long, long, long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
JvmStats.Threads - Class in org.elasticsearch.monitor.jvm
 
JvmUtils - Class in org.elasticsearch.monitor.jvm
 
JvmUtils() - Constructor for class org.elasticsearch.monitor.jvm.JvmUtils
 

K

kb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
kbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
KEEP_ALIVE - Static variable in class org.elasticsearch.threadpool.ThreadPoolInfoElement.Fields
 
keepAlive() - Method in class org.elasticsearch.search.Scroll
How long the resources will be kept open to support the scroll request.
keepAlive() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
keepAlive() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
keepAlive() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
KeepFrameDecoder - Class in org.elasticsearch.common.netty
A marker to not remove frame decoder from the resulting jar so plugins can use it.
KeepFrameDecoder() - Constructor for class org.elasticsearch.common.netty.KeepFrameDecoder
 
keySet() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
keySet() - Method in class com.ning.http.client.FluentStringsMap
keySet() - Method in class com.ning.http.client.simple.HeaderMap
 
keySet() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
kilo() - Method in class org.elasticsearch.common.unit.SizeValue
 
kiloFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 

L

lang(String) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
Sets the language of the script.
lang(String) - Method in class org.elasticsearch.index.query.CustomScoreQueryBuilder
Sets the language of the script.
lang(String) - Method in class org.elasticsearch.index.query.ScriptFilterBuilder
Sets the script language.
lang() - Method in class org.elasticsearch.script.CompiledScript
 
lang - Variable in class org.elasticsearch.script.ContentScriptService.CacheKey
 
lang(String) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
The language of the script.
lastGc() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
lat(double) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
lat(double) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
lat - Variable in class org.elasticsearch.index.search.geo.Point
 
length() - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
Return the length of previously downloaded bytes.
length() - Method in class com.ning.http.client.HttpResponseBodyPart
Return length of this part in bytes.
length() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
length() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
 
length() - Method in interface com.ning.http.client.resumable.ResumableListener
Return the length of previously downloaded bytes.
length() - Method in class com.ning.http.multipart.Part
Return the full length of all the data.
length - Variable in class org.elasticsearch.common.bytes.BytesArray
 
length() - Method in class org.elasticsearch.common.bytes.BytesArray
 
length() - Method in interface org.elasticsearch.common.bytes.BytesReference
The length.
length() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
length() - Method in class org.elasticsearch.common.io.FastStringReader
 
length() - Method in class org.elasticsearch.common.lucene.docset.AllDocSet
 
length() - Method in class org.elasticsearch.common.lucene.docset.AndDocSet
 
length() - Method in class org.elasticsearch.common.lucene.docset.FixedBitDocSet
 
length() - Method in class org.elasticsearch.common.lucene.docset.GetDocSet
 
length() - Method in class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
length() - Method in class org.elasticsearch.common.lucene.docset.OrDocSet
 
length - Variable in class org.elasticsearch.common.lucene.util.BytesRef
Length of used bytes.
length - Variable in class org.elasticsearch.common.lucene.util.CharsRef
 
length() - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
length - Variable in class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF16Result
 
length - Variable in class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF8Result
 
length - Variable in class org.elasticsearch.common.Unicode.UTF16Result
 
lengthOfData() - Method in class com.ning.http.multipart.FilePart
Return the length of the data.
lengthOfData() - Method in class com.ning.http.multipart.Part
Return the length of the main content
lengthOfData() - Method in class com.ning.http.multipart.StringPart
Return the length of the data.
lenient(boolean) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets whether format based failures will be ignored.
lenient(Boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Sets the query string parser to be lenient when parsing field values, defaults to the index setting and if not set, defaults to false.
levels() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
likeText(String) - Method in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
The text to use in order to find documents that are "like" this.
likeText(String) - Method in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
The text to use in order to find documents that are "like" this.
likeText(String) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
The text to use in order to find documents that are "like" this.
likeText(String) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
The text to use in order to find documents that are "like" this.
LIMIT_PORTS_COUNT - Static variable in class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
LimitFilter - Class in org.elasticsearch.common.lucene.search
 
LimitFilter(int) - Constructor for class org.elasticsearch.common.lucene.search.LimitFilter
 
limitFilter(int) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter that limits the results to the provided limit value (per shard!).
LimitFilter.LimitDocSet - Class in org.elasticsearch.common.lucene.search
 
LimitFilter.LimitDocSet(int, int) - Constructor for class org.elasticsearch.common.lucene.search.LimitFilter.LimitDocSet
 
LimitFilterBuilder - Class in org.elasticsearch.index.query
 
LimitFilterBuilder(int) - Constructor for class org.elasticsearch.index.query.LimitFilterBuilder
 
LinkedTransferQueue<E> - Class in org.elasticsearch.common.util.concurrent.jsr166y
An unbounded TransferQueue based on linked nodes.
LinkedTransferQueue() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Creates an initially empty LinkedTransferQueue.
LinkedTransferQueue(Collection<? extends E>) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Creates a LinkedTransferQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LINUX - Static variable in class org.elasticsearch.common.lucene.util.Constants
True iff running on Linux.
LINUX - Static variable in class org.elasticsearch.common.os.OsUtils
True iff running on Linux.
ListenableActionFuture<T> - Interface in org.elasticsearch.action
An ActionFuture that listeners can be added to.
ListenableFuture<V> - Interface in com.ning.http.client
Extended Future
listenerThreaded() - Method in class org.elasticsearch.action.ActionRequest
Should the response listener be executed on a thread or not.
listenerThreaded(boolean) - Method in class org.elasticsearch.action.ActionRequest
Sets if the response listener be executed on a thread or not.
listenerThreaded(boolean) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
Should the listener be called on a separate thread if needed.
listenerThreaded() - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
load() - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
Load the Map in memory, contains information about the transferred bytes.
load() - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Load the Map in memory, contains information about the transferred bytes.
load(String) - Method in class org.elasticsearch.common.settings.loader.PropertiesSettingsLoader
 
load(byte[]) - Method in class org.elasticsearch.common.settings.loader.PropertiesSettingsLoader
 
load(String) - Method in interface org.elasticsearch.common.settings.loader.SettingsLoader
Loads (parses) the settings from a source string.
load(byte[]) - Method in interface org.elasticsearch.common.settings.loader.SettingsLoader
Loads (parses) the settings from a source bytes.
load(String) - Method in class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
load(byte[]) - Method in class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
load(XContentParser) - Method in class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
load(String) - Method in class org.elasticsearch.common.settings.loader.YamlSettingsLoader
 
loadAverage() - Method in class org.elasticsearch.monitor.os.OsStats
 
loadClass(String) - Method in class org.elasticsearch.common.io.ThrowableObjectInputStream
 
loaderFromResource(String) - Static method in class org.elasticsearch.common.settings.loader.SettingsLoaderFactory
Returns a SettingsLoader based on the resource name.
loaderFromSource(String) - Static method in class org.elasticsearch.common.settings.loader.SettingsLoaderFactory
Returns a SettingsLoader based on the actual settings source.
loadFromClasspath(String) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Loads settings from classpath that represents them using the SettingsLoaderFactory.loaderFromSource(String).
loadFromSource(String) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Loads settings from the actual string content that represents them using the SettingsLoaderFactory.loaderFromSource(String).
loadFromStream(String, InputStream) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Loads settings from a stream that represents them using the SettingsLoaderFactory.loaderFromSource(String).
loadFromUrl(URL) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Loads settings from a url that represents them using the SettingsLoaderFactory.loaderFromSource(String).
loadNestedFromMap(Map) - Static method in class org.elasticsearch.common.settings.loader.SettingsLoader.Helper
 
local(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
local() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
LOCAL - Static variable in class org.elasticsearch.common.network.TransportNetworkService
 
LocalClientTransport - Class in org.elasticsearch.transport.local
 
LocalClientTransport(ThreadPool) - Constructor for class org.elasticsearch.transport.local.LocalClientTransport
 
LocalClientTransport(Settings, ThreadPool) - Constructor for class org.elasticsearch.transport.local.LocalClientTransport
 
LocalClientTransportChannel - Class in org.elasticsearch.transport.local
 
LocalClientTransportChannel(LocalClientTransport, LocalClientTransport, String, long) - Constructor for class org.elasticsearch.transport.local.LocalClientTransportChannel
 
localNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
localNodeId(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
localNodeId() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
localNodeMaster() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
localNodeMaster() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Returns true if the local node is the master node.
LocalTransportAddress - Class in org.elasticsearch.common.transport
 
LocalTransportAddress(String) - Constructor for class org.elasticsearch.common.transport.LocalTransportAddress
 
Log4jESLogger - Class in org.elasticsearch.common.logging.log4j
 
Log4jESLogger(String, Logger) - Constructor for class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
Log4jESLoggerFactory - Class in org.elasticsearch.common.logging.log4j
 
Log4jESLoggerFactory() - Constructor for class org.elasticsearch.common.logging.log4j.Log4jESLoggerFactory
 
LogConfigurator - Class in org.elasticsearch.common.logging.log4j
 
LogConfigurator() - Constructor for class org.elasticsearch.common.logging.log4j.LogConfigurator
 
logger - Variable in class org.elasticsearch.action.support.HttpAction
 
logger - Variable in class org.elasticsearch.transport.netty.ClientNettyTransport
 
LoggerMessageFormat - Class in org.elasticsearch.common.logging.support
 
LoggerMessageFormat() - Constructor for class org.elasticsearch.common.logging.support.LoggerMessageFormat
 
Loggers - Class in org.elasticsearch.common.logging
A set of utilities around Logging.
Loggers() - Constructor for class org.elasticsearch.common.logging.Loggers
 
LoggingRunnable - Class in org.elasticsearch.common.util.concurrent
 
LoggingRunnable(ESLogger, Runnable) - Constructor for class org.elasticsearch.common.util.concurrent.LoggingRunnable
 
logsFile - Variable in class org.elasticsearch.env.ClientEnvironment
 
logsFile() - Method in class org.elasticsearch.env.ClientEnvironment
 
lon(double) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
lon(double) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
lon - Variable in class org.elasticsearch.index.search.geo.Point
 
LongAdder - Class in org.elasticsearch.common.util.concurrent.jsr166e
One or more variables that together maintain an initially zero long sum.
LongAdder() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Creates a new adder with initial sum of zero.
LongStreamable - Class in org.elasticsearch.common.io.stream
 
LongStreamable() - Constructor for class org.elasticsearch.common.io.stream.LongStreamable
 
LongStreamable(long) - Constructor for class org.elasticsearch.common.io.stream.LongStreamable
 
longToBytes(long) - Static method in class org.elasticsearch.common.Numbers
Converts a long to a byte array.
longValue() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Equivalent to LongAdder.sum().
longValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
longValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
lookupFactory(String) - Static method in class org.elasticsearch.cluster.ClusterState
 
lookupFactory(String) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
lookupFactory(String) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
lookupFactory(String) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
lookupFactorySafe(String) - Static method in class org.elasticsearch.cluster.ClusterState
 
lookupFactorySafe(String) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
lookupFactorySafe(String) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
lookupFactorySafe(String) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
lowercaseExpandedTerms(boolean) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Whether terms of wildcard, prefix, fuzzy and range queries are to be automatically lower-cased or not.
lowercaseExpandedTerms(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Whether terms of wildcard, prefix, fuzzy and range queries are to be automatically lower-cased or not.
lt(Object) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
lt(Object) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lt(int) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lt(long) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lt(float) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lt(double) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lt(Object) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lt(int) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lt(long) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lt(float) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lt(double) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lt(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lt(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lt(int) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lt(long) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lt(float) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lt(double) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lte(Object) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
lte(Object) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lte(int) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lte(long) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lte(float) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lte(double) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
lte(int) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lte(long) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lte(float) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lte(double) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lte(Object) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
lte(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lte(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lte(int) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lte(long) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lte(float) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
lte(double) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
ltoa(long) - Static method in class org.elasticsearch.common.Bytes
 
Lucene - Class in org.elasticsearch.common.lucene.client
 
LZFCompressedStreamInput - Class in org.elasticsearch.common.compress.lzf
 
LZFCompressedStreamInput(StreamInput, ChunkDecoder) - Constructor for class org.elasticsearch.common.compress.lzf.LZFCompressedStreamInput
 
LZFCompressedStreamOutput - Class in org.elasticsearch.common.compress.lzf
 
LZFCompressedStreamOutput(StreamOutput) - Constructor for class org.elasticsearch.common.compress.lzf.LZFCompressedStreamOutput
 
LZFCompressorContext - Class in org.elasticsearch.common.compress.lzf
 
LZFCompressorContext() - Constructor for class org.elasticsearch.common.compress.lzf.LZFCompressorContext
 

M

mac - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
MAC - Static variable in class org.elasticsearch.common.os.OsUtils
True iff running on Mac.
MAC_OS_X - Static variable in class org.elasticsearch.common.lucene.util.Constants
True iff running on Mac OS X
macAddress() - Method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
MAGIC_GUID - Static variable in class com.ning.http.client.providers.netty.WebSocketUtil
 
MAIN - Static variable in class org.elasticsearch.search.internal.Scopes
 
major - Variable in class org.elasticsearch.Version
 
managedBlock(ForkJoinPool.ManagedBlocker) - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Blocks in accord with the given blocker.
MANAGEMENT - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
map() - Method in class org.elasticsearch.common.collect.MapBuilder
 
map() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
map(Map<String, Object>) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
map() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
mapAndClose() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
mapAndClose() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
MapBackedSet<E> - Class in org.elasticsearch.common.collect
 
MapBackedSet(Map<E, Boolean>) - Constructor for class org.elasticsearch.common.collect.MapBackedSet
Creates a new instance which wraps the specified map.
MapBuilder<K,V> - Class in org.elasticsearch.common.collect
 
MapBuilder() - Constructor for class org.elasticsearch.common.collect.MapBuilder
 
MapBuilder(Map<K, V>) - Constructor for class org.elasticsearch.common.collect.MapBuilder
 
mapOrdered() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
mapOrdered() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
mapOrderedAndClose() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
mapOrderedAndClose() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
mapping(String, String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(String, XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(String, Map) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(String, String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(String, XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
MappingMetaData - Class in org.elasticsearch.cluster.metadata
 
MappingMetaData(String, CompressedString) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(Map<String, Object>) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(String, Map<String, Object>) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(CompressedString) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(String, CompressedString, MappingMetaData.Id, MappingMetaData.Routing, MappingMetaData.Timestamp) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData.Id - Class in org.elasticsearch.cluster.metadata
 
MappingMetaData.Id(String) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData.Id
 
MappingMetaData.ParseContext - Class in org.elasticsearch.cluster.metadata
 
MappingMetaData.ParseContext(boolean, boolean, boolean) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
 
MappingMetaData.Routing - Class in org.elasticsearch.cluster.metadata
 
MappingMetaData.Routing(boolean, String) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
MappingMetaData.Timestamp - Class in org.elasticsearch.cluster.metadata
 
MappingMetaData.Timestamp(boolean, String, String) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
mappingOrDefault(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
Sometimes, the default mapping exists and an actual mapping is not created yet (introduced), in this case, we want to return the default mapping in case it has some default mapping definitions.
mappings() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
mappings() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
mappings() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
mark - Variable in class org.elasticsearch.common.io.FastByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class org.elasticsearch.common.io.FastCharArrayReader
Marks the present position in the stream.
mark(int) - Method in class org.elasticsearch.common.io.FastStringReader
Marks the present position in the stream.
mark(int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
mark(int) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
mark() - Method in class org.elasticsearch.common.metrics.MeterMetric
Mark the occurrence of an event.
mark(long) - Method in class org.elasticsearch.common.metrics.MeterMetric
Mark the occurrence of a given number of events.
mark(int) - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
markedPos - Variable in class org.elasticsearch.common.io.FastCharArrayReader
The position of mark in buffer.
markSupported() - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class org.elasticsearch.common.io.FastStringReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
markSupported() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
markSupported() - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
markUnderlyingConnectionAsClosed() - Method in class com.ning.http.client.HttpResponseBodyPart
Close the underlying connection once the processing has completed.
markUnderlyingConnectionAsClosed() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
Close the underlying connection once the processing has completed.
markUnderlyingConnectionAsClosed() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
Close the underlying connection once the processing has completed.
masterAndDataNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
masterNode(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
masterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Can this node become master or not.
masterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
masterNodeChanged() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
masterNodeId(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
masterNodeId() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
MasterNodeOperationRequest<T extends MasterNodeOperationRequest> - Class in org.elasticsearch.action.support.master
A based request for master based operation.
MasterNodeOperationRequest() - Constructor for class org.elasticsearch.action.support.master.MasterNodeOperationRequest
 
MasterNodeOperationRequestBuilder<Request extends MasterNodeOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.master
 
MasterNodeOperationRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
 
masterNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
masterNodeTimeout - Variable in class org.elasticsearch.action.support.master.MasterNodeOperationRequest
 
masterNodeTimeout(TimeValue) - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequest
A timeout value in case the master has not been discovered yet or disconnected.
masterNodeTimeout(String) - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequest
A timeout value in case the master has not been discovered yet or disconnected.
masterNodeTimeout() - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequest
 
match() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
match(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
 
match(String) - Method in class org.elasticsearch.common.transport.DummyTransportAddress
 
match(String) - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
match(String) - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
match(String) - Method in interface org.elasticsearch.common.transport.TransportAddress
 
MATCH_ALL_FILTER - Static variable in class org.elasticsearch.common.lucene.search.Queries
A match all docs filter.
MATCH_ALL_PARSED_QUERY - Static variable in class org.elasticsearch.index.query.ParsedQuery
 
MATCH_ALL_QUERY - Static variable in class org.elasticsearch.common.lucene.search.Queries
 
MATCH_NO_FILTER - Static variable in class org.elasticsearch.common.lucene.search.Queries
 
MatchAllDocsFilter - Class in org.elasticsearch.common.lucene.search
A filter that matches on all docs.
MatchAllDocsFilter() - Constructor for class org.elasticsearch.common.lucene.search.MatchAllDocsFilter
 
matchAllFilter() - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter that matches all documents.
MatchAllFilterBuilder - Class in org.elasticsearch.index.query
A filter that simply wraps a query.
MatchAllFilterBuilder() - Constructor for class org.elasticsearch.index.query.MatchAllFilterBuilder
A filter that simply matches all docs.
matchAllQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that match on all documents.
MatchAllQueryBuilder - Class in org.elasticsearch.index.query
A query that matches on all documents.
MatchAllQueryBuilder() - Constructor for class org.elasticsearch.index.query.MatchAllQueryBuilder
 
matchedFilters(String[]) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
matchedFilters() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
matchedFilters() - Method in interface org.elasticsearch.search.SearchHit
The set of filter names the query matched.
matches() - Method in class org.elasticsearch.action.index.IndexResponse
Returns the percolate queries matches.
matches(List<String>) - Method in class org.elasticsearch.action.index.IndexResponse
Internal.
matches() - Method in class org.elasticsearch.action.percolate.PercolateResponse
 
matches() - Method in class org.elasticsearch.action.update.UpdateResponse
Returns the percolate queries matches.
matches(List<String>) - Method in class org.elasticsearch.action.update.UpdateResponse
Internal.
MatchNoDocsFilter - Class in org.elasticsearch.common.lucene.search
A filter that matches no docs.
MatchNoDocsFilter() - Constructor for class org.elasticsearch.common.lucene.search.MatchNoDocsFilter
 
MatchNoDocsQuery - Class in org.elasticsearch.common.lucene.search
Query that matches no documents.
MatchNoDocsQuery() - Constructor for class org.elasticsearch.common.lucene.search.MatchNoDocsQuery
 
matchPhrasePrefixQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a match query with type "PHRASE_PREFIX" for the provided field name and text.
matchPhraseQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a text query with type "PHRASE" for the provided field name and text.
matchQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a match query with type "BOOLEAN" for the provided field name and text.
MatchQueryBuilder - Class in org.elasticsearch.index.query
Match query is a query that analyzes the text and constructs a query as the result of the analysis.
MatchQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.MatchQueryBuilder
Constructs a new text query.
MatchQueryBuilder.Operator - Enum in org.elasticsearch.index.query
 
MatchQueryBuilder.Type - Enum in org.elasticsearch.index.query
 
max() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
max() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
max() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
MAX - Static variable in class org.elasticsearch.threadpool.ThreadPoolInfoElement.Fields
 
max() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
max() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
MAX_NUM_SEGMENTS - Static variable in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest.Defaults
 
MAX_RETRY - Static variable in class com.ning.http.client.providers.netty.NettyResponseFuture
 
maxBoost(float) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
 
maxCompressedChunkLength - Variable in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamInput
 
maxCompressedLength(int) - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
maxCompressedLength(int) - Method in class org.elasticsearch.common.compress.snappy.DummySnappyCompressor
 
maxCompressedLength(int) - Method in class org.elasticsearch.common.compress.snappy.xerial.ClientXerialSnappyCompressor
 
maxConnectionLifeTimeInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxConnectionPerHost - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxDefaultRedirects - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxDoc() - Method in class org.elasticsearch.action.admin.indices.status.DocsStatus
The max doc.
maxDocFreq(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The maximum frequency in which words may still appear.
maxDocFreq() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The maximum frequency in which words may still appear.
maxDocFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
Set the maximum frequency in which words may still appear.
maxDocFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Set the maximum frequency in which words may still appear.
maxExpansions(int) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
maxExpansions(int) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
When using fuzzy or prefix type query, the number of term expansions to use.
maxExpansions(int) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
When using fuzzy or prefix type query, the number of term expansions to use.
maxFileDescriptors() - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
maxNumSegments() - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Will optimize the index down to <= maxNumSegments.
maxNumSegments(int) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Will optimize the index down to <= maxNumSegments.
maxOpenFiles(File) - Static method in class org.elasticsearch.common.io.FileSystemUtils
 
maxQueryTerms(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The maximum number of query terms that will be included in any generated query.
maxQueryTerms() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The maximum number of query terms that will be included in any generated query.
maxQueryTerms(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The maximum number of query terms that will be included in any generated query.
maxQueryTerms(int) - Method in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
 
maxQueryTerms(int) - Method in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
 
maxQueryTerms(int) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
Sets the maximum number of query terms that will be included in any generated query.
maxQueryTerms(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the maximum number of query terms that will be included in any generated query.
MaxRedirectException - Exception in com.ning.http.client
Thrown when the AsyncHttpClientConfig.getMaxRedirects() has been reached.
MaxRedirectException() - Constructor for exception com.ning.http.client.MaxRedirectException
 
MaxRedirectException(String) - Constructor for exception com.ning.http.client.MaxRedirectException
 
MaxRedirectException(Throwable) - Constructor for exception com.ning.http.client.MaxRedirectException
 
MaxRedirectException(String, Throwable) - Constructor for exception com.ning.http.client.MaxRedirectException
 
maxRequestRetry - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxScore() - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
maxScore() - Method in interface org.elasticsearch.search.SearchHits
The maximum score of this query.
maxTotalConnections - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxWordLen(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The maximum word length above which words will be ignored.
maxWordLen() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The maximum word length above which words will be ignored.
maxWordLen(int) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
Sets the maximum word length above which words will be ignored.
maxWordLen(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the maximum word length above which words will be ignored.
mb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
mbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
md5(byte[]) - Static method in class com.ning.http.client.providers.netty.WebSocketUtil
 
mean() - Method in class org.elasticsearch.common.metrics.MeanMetric
 
MeanMetric - Class in org.elasticsearch.common.metrics
 
MeanMetric() - Constructor for class org.elasticsearch.common.metrics.MeanMetric
 
meanRate() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
mega() - Method in class org.elasticsearch.common.unit.SizeValue
 
megaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
mem() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
mem() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
mem() - Method in class org.elasticsearch.monitor.os.OsInfo
 
mem() - Method in class org.elasticsearch.monitor.os.OsStats
 
mem() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
merge() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
merge(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
merge() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
merge(T, T) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom.Factory
Merges from first to second, with first being more important, i.e., if something exists in first and second, first will prevail.
merge() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
merge(IndexWarmersMetaData, IndexWarmersMetaData) - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
MERGE - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
mergeDefaults(Map<String, Object>, Map<String, Object>) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Merges the defaults provided as the second parameter into the content of the first.
mergeSort(T[], int, int, Comparator<? super T>) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array slice using the Comparator.
mergeSort(T[], Comparator<? super T>) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array using the Comparator.
mergeSort(T[], int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array slice in natural order.
mergeSort(T[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array in natural order.
mergeSort(int, int) - Method in class org.elasticsearch.common.lucene.util.SorterTemplate
Sorts via stable in-place MergeSort algorithm For small collections falls back to SorterTemplate.insertionSort(int,int).
mergeStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
Total merges of this shard replication group.
mergeStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
Total merges of this index.
mergeStats() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Index merge statistics.
MergeStats - Class in org.elasticsearch.index.merge
 
MergeStats() - Constructor for class org.elasticsearch.index.merge.MergeStats
 
mergeStringArrays(String[], String[]) - Static method in class org.elasticsearch.common.Strings
Merge the given String arrays into one, with overlapping array elements only included once.
message() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The failure message.
message() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The failure message.
MessageChannelHandler - Class in org.elasticsearch.transport.netty
A handler (must be the last one!) that does size based frame decoding and forwards the actual message to the relevant action.
MessageChannelHandler(NettyTransport, ESLogger) - Constructor for class org.elasticsearch.transport.netty.MessageChannelHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
messageReceived(MulticastTaoPing.MulticastPingResponse, TransportChannel) - Method in class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing.MulticastTaoPingResponseRequestHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.elasticsearch.transport.netty.MessageChannelHandler
 
messageReceived(T, TransportChannel) - Method in interface org.elasticsearch.transport.TransportRequestHandler
 
metaData(MetaData.Builder) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
metaData(MetaData) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
metaData() - Method in class org.elasticsearch.cluster.ClusterState
 
MetaData - Class in org.elasticsearch.cluster.metadata
 
metaData(MetaData) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
metaData() - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
metaData() - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
metaData() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
MetaData.Builder - Class in org.elasticsearch.cluster.metadata
 
MetaData.Builder() - Constructor for class org.elasticsearch.cluster.metadata.MetaData.Builder
 
MetaData.Custom - Interface in org.elasticsearch.cluster.metadata
 
MetaData.Custom.Factory<T extends MetaData.Custom> - Interface in org.elasticsearch.cluster.metadata
 
metaDataChanged() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
MeterMetric - Class in org.elasticsearch.common.metrics
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
MeterMetric(ScheduledExecutorService, TimeUnit) - Constructor for class org.elasticsearch.common.metrics.MeterMetric
 
method() - Method in class org.elasticsearch.action.support.HttpRequest
 
Metric - Interface in org.elasticsearch.common.metrics
 
mhz() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
micros() - Method in class org.elasticsearch.common.unit.TimeValue
 
microsFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
millis() - Method in class org.elasticsearch.common.unit.TimeValue
 
millisFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
min() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
MIN - Static variable in class org.elasticsearch.threadpool.ThreadPoolInfoElement.Fields
 
min() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
min() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
minDocFreq(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The frequency at which words will be ignored which do not occur in at least this many docs.
minDocFreq() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The frequency at which words will be ignored which do not occur in at least this many docs.
minDocFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
Sets the frequency at which words will be ignored which do not occur in at least this many docs.
minDocFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the frequency at which words will be ignored which do not occur in at least this many docs.
minimumMatch(int) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
Sets the minimum number of matches across the provided terms.
minimumNumberShouldMatch(int) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Specifies a minimum number of the optional (should) boolean clauses which must be satisfied.
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Sets the minimum should match using the special syntax (for example, supporting percentage).
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
 
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
minor - Variable in class org.elasticsearch.Version
 
minScore() - Method in class org.elasticsearch.action.count.CountRequest
The minimum score of the documents to include in the count.
minScore(float) - Method in class org.elasticsearch.action.count.CountRequest
The minimum score of the documents to include in the count.
minScore(float) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets the minimum score below which docs will be filtered out.
minSimilarity(float) - Method in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
 
minSimilarity(float) - Method in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
 
minSimilarity(float) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
minSimilarity(String) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
minTermFreq(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The frequency below which terms will be ignored in the source doc.
minTermFreq() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The frequency below which terms will be ignored in the source doc.
minTermFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
The frequency below which terms will be ignored in the source doc.
minTermFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
The frequency below which terms will be ignored in the source doc.
minutes() - Method in class org.elasticsearch.common.unit.TimeValue
 
minutesFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
minWordLen(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The minimum word length below which words will be ignored.
minWordLen() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The minimum word length below which words will be ignored.
minWordLen(int) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
Sets the minimum word length below which words will be ignored.
minWordLen(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the minimum word length below which words will be ignored.
missing(Object) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Sets the value when a field is missing in a doc.
missing(Object) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Not relevant.
missing(Object) - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
 
missing(Object) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Not really relevant.
missing(Object) - Method in class org.elasticsearch.search.sort.SortBuilder
Sets the value when a field is missing in a doc.
missingCount() - Method in class org.elasticsearch.index.get.GetStats
 
missingFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter to filter only documents where a field does not exists in them.
MissingFilterBuilder - Class in org.elasticsearch.index.query
Constructs a filter that only match on documents that the field has a value in them.
MissingFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.MissingFilterBuilder
 
missingTime() - Method in class org.elasticsearch.index.get.GetStats
 
missingTimeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
mkdirs(File) - Static method in class org.elasticsearch.common.io.FileSystemUtils
 
model() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
moreLikeThis(MoreLikeThisRequest) - Method in interface org.elasticsearch.client.SearchClient
A more like this action to search for documents that are "like" a specific document.
moreLikeThis(MoreLikeThisRequest, ActionListener<SearchResponse>) - Method in interface org.elasticsearch.client.SearchClient
A more like this action to search for documents that are "like" a specific document.
moreLikeThis(MoreLikeThisRequest) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
moreLikeThis(MoreLikeThisRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
MoreLikeThisAction - Class in org.elasticsearch.action.mlt
 
moreLikeThisFieldQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A more like this query that runs against a specific field.
MoreLikeThisFieldQueryBuilder - Class in org.elasticsearch.index.query
A more like this query that runs against a specific field.
MoreLikeThisFieldQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
A more like this query that runs against a specific field.
MoreLikeThisQuery - Class in org.elasticsearch.common.lucene.search
 
MoreLikeThisQuery() - Constructor for class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
MoreLikeThisQuery(String, String[], Analyzer) - Constructor for class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
moreLikeThisQuery(String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A more like this query that finds documents that are "like" the provided MoreLikeThisQueryBuilder.likeText(String) which is checked against the fields the query is constructed with.
moreLikeThisQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
A more like this query that finds documents that are "like" the provided MoreLikeThisQueryBuilder.likeText(String) which is checked against the "_all" field.
MoreLikeThisQueryBuilder - Class in org.elasticsearch.index.query
A more like this query that finds documents that are "like" the provided MoreLikeThisQueryBuilder.likeText(String) which is checked against the fields the query is constructed with.
MoreLikeThisQueryBuilder() - Constructor for class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Constructs a new more like this query which uses the "_all" field.
MoreLikeThisQueryBuilder(String...) - Constructor for class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the field names that will be used when generating the 'More Like This' query.
MoreLikeThisRequest - Class in org.elasticsearch.action.mlt
A more like this request allowing to search for documents that a "like" the provided document.
MoreLikeThisRequest(String) - Constructor for class org.elasticsearch.action.mlt.MoreLikeThisRequest
Constructs a new more like this request for a document that will be fetch from the provided index.
moreLikeThisRequest(String) - Static method in class org.elasticsearch.client.AdminRequests
More like this request represents a request to search for documents that are "like" the provided (fetched) document.
moreLikeThisRequest(String) - Static method in class org.elasticsearch.client.SearchRequests
More like this request represents a request to search for documents that are "like" the provided (fetched) document.
MoreLikeThisRequestBuilder - Class in org.elasticsearch.action.mlt
 
MoreLikeThisRequestBuilder(SearchClient) - Constructor for class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
 
MoreLikeThisRequestBuilder(SearchClient, String, String, String) - Constructor for class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
 
MoveAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
A command that moves a shard from a specific node to another node.
MoveAllocationCommand() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
MoveAllocationCommand(ShardId, String, String) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
MoveAllocationCommand.Factory - Class in org.elasticsearch.cluster.routing.allocation.command
 
MoveAllocationCommand.Factory() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
 
moveFromPrimary() - Method in class org.elasticsearch.cluster.routing.MutableShardRouting
 
moveToPrimary() - Method in class org.elasticsearch.cluster.routing.MutableShardRouting
 
moveToStarted() - Method in class org.elasticsearch.cluster.routing.MutableShardRouting
 
MulticastTaoPing - Class in org.elasticsearch.discovery.tao.ping.multicast
 
MulticastTaoPing(Settings, TransportThreadPool, ClientTransportService, ClusterName, DiscoveryNode) - Constructor for class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing
 
MulticastTaoPing.MulticastTaoPingResponseRequestHandler - Class in org.elasticsearch.discovery.tao.ping.multicast
 
MulticastTaoPing.MulticastTaoPingResponseRequestHandler() - Constructor for class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing.MulticastTaoPingResponseRequestHandler
 
multiGet(MultiGetRequest) - Method in interface org.elasticsearch.client.IngestClient
Multi get documents.
multiGet(MultiGetRequest, ActionListener<MultiGetResponse>) - Method in interface org.elasticsearch.client.IngestClient
Multi get documents.
multiGet(MultiGetRequest) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
multiGet(MultiGetRequest, ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
MultiGetAction - Class in org.elasticsearch.action.get
 
MultiGetItemResponse - Class in org.elasticsearch.action.get
A single multi get response.
MultiGetItemResponse(GetResponse, MultiGetResponse.Failure) - Constructor for class org.elasticsearch.action.get.MultiGetItemResponse
 
MultiGetRequest - Class in org.elasticsearch.action.get
 
MultiGetRequest() - Constructor for class org.elasticsearch.action.get.MultiGetRequest
 
MultiGetRequest.Item - Class in org.elasticsearch.action.get
A single get item.
MultiGetRequest.Item(String, String, String) - Constructor for class org.elasticsearch.action.get.MultiGetRequest.Item
Constructs a single get item.
MultiGetRequestBuilder - Class in org.elasticsearch.action.get
A multi get document action request builder.
MultiGetRequestBuilder(IngestClient) - Constructor for class org.elasticsearch.action.get.MultiGetRequestBuilder
 
MultiGetResponse - Class in org.elasticsearch.action.get
 
MultiGetResponse(MultiGetItemResponse[]) - Constructor for class org.elasticsearch.action.get.MultiGetResponse
 
MultiGetResponse.Failure - Class in org.elasticsearch.action.get
Represents a failure.
MultiGetResponse.Failure(String, String, String, String) - Constructor for class org.elasticsearch.action.get.MultiGetResponse.Failure
 
multiMatchQuery(Object, String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a match query with type "BOOLEAN" for the provided field name and text.
MultiMatchQueryBuilder - Class in org.elasticsearch.index.query
Same as MatchQueryBuilder but supports multiple fields.
MultiMatchQueryBuilder(Object, String...) - Constructor for class org.elasticsearch.index.query.MultiMatchQueryBuilder
Constructs a new text query.
MultipartBody - Class in com.ning.http.multipart
 
MultipartBody(List<Part>, String, String) - Constructor for class com.ning.http.multipart.MultipartBody
 
MultipartEncodingUtil - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
MultipartEncodingUtil() - Constructor for class com.ning.http.multipart.MultipartEncodingUtil
 
MultipartRequestEntity - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
MultipartRequestEntity(Part[], FluentStringsMap) - Constructor for class com.ning.http.multipart.MultipartRequestEntity
Creates a new multipart entity containing the given parts.
MultiPhrasePrefixQuery - Class in org.elasticsearch.common.lucene.search
 
MultiPhrasePrefixQuery() - Constructor for class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
multiSearch(MultiSearchRequest) - Method in interface org.elasticsearch.client.SearchClient
Performs multiple search requests.
multiSearch(MultiSearchRequest, ActionListener<MultiSearchResponse>) - Method in interface org.elasticsearch.client.SearchClient
Performs multiple search requests.
multiSearch(MultiSearchRequest) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
multiSearch(MultiSearchRequest, ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
MultiSearchAction - Class in org.elasticsearch.action.search
 
MultiSearchRequest - Class in org.elasticsearch.action.search
A multi search API request.
MultiSearchRequest() - Constructor for class org.elasticsearch.action.search.MultiSearchRequest
 
MultiSearchRequestBuilder - Class in org.elasticsearch.action.search
A request builder for multiple search requests.
MultiSearchRequestBuilder(SearchClient) - Constructor for class org.elasticsearch.action.search.MultiSearchRequestBuilder
 
MultiSearchResponse - Class in org.elasticsearch.action.search
A multi search response.
MultiSearchResponse(MultiSearchResponse.Item[]) - Constructor for class org.elasticsearch.action.search.MultiSearchResponse
 
MultiSearchResponse.Item - Class in org.elasticsearch.action.search
A search response item, holding the actual search response, or an error message if it failed.
MultiSearchResponse.Item(SearchResponse, String) - Constructor for class org.elasticsearch.action.search.MultiSearchResponse.Item
 
must(FilterBuilder) - Method in class org.elasticsearch.index.query.BoolFilterBuilder
Adds a filter that must appear in the matching documents.
must(QueryBuilder) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Adds a query that must appear in the matching documents.
mustNot(FilterBuilder) - Method in class org.elasticsearch.index.query.BoolFilterBuilder
Adds a filter that must not appear in the matching documents.
mustNot(QueryBuilder) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Adds a query that must not appear in the matching documents.
MutableShardRouting - Class in org.elasticsearch.cluster.routing
 
MutableShardRouting(ShardRouting) - Constructor for class org.elasticsearch.cluster.routing.MutableShardRouting
 
MutableShardRouting(ShardRouting, long) - Constructor for class org.elasticsearch.cluster.routing.MutableShardRouting
 
MutableShardRouting(String, int, String, boolean, ShardRoutingState, long) - Constructor for class org.elasticsearch.cluster.routing.MutableShardRouting
 
MutableShardRouting(String, int, String, String, boolean, ShardRoutingState, long) - Constructor for class org.elasticsearch.cluster.routing.MutableShardRouting
 

N

NA - Static variable in class org.elasticsearch.search.internal.Scopes
 
NA_INTERFACE - Static variable in class org.elasticsearch.monitor.network.NetworkInfo
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
 
name() - Method in class org.elasticsearch.action.admin.cluster.HttpClusterAction
The name of the action.
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.close.CloseIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.create.CreateIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.flush.FlushAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.open.OpenIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.optimize.OptimizeAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.refresh.RefreshAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.status.IndicesStatusAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
 
name(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Sets the name of the index template.
name() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The name of the index template.
NAME - Static variable in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerAction
 
name(String) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
The name (or wildcard expression) of the index warmer to delete, or null to delete all warmers.
NAME - Static variable in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerAction
 
name(String) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
Sets the name of the warmer.
NAME - Static variable in class org.elasticsearch.action.bulk.BulkAction
 
NAME - Static variable in class org.elasticsearch.action.count.CountAction
 
NAME - Static variable in class org.elasticsearch.action.delete.DeleteAction
 
NAME - Static variable in class org.elasticsearch.action.deletebyquery.DeleteByQueryAction
 
NAME - Static variable in class org.elasticsearch.action.explain.ExplainAction
 
name() - Method in class org.elasticsearch.action.GenericAction
The name of the action.
NAME - Static variable in class org.elasticsearch.action.get.GetAction
 
NAME - Static variable in class org.elasticsearch.action.get.MultiGetAction
 
NAME - Static variable in class org.elasticsearch.action.index.IndexAction
 
NAME - Static variable in class org.elasticsearch.action.mlt.MoreLikeThisAction
 
NAME - Static variable in class org.elasticsearch.action.percolate.PercolateAction
 
NAME - Static variable in class org.elasticsearch.action.search.MultiSearchAction
 
NAME - Static variable in class org.elasticsearch.action.search.SearchAction
 
NAME - Static variable in class org.elasticsearch.action.search.SearchScrollAction
 
NAME - Static variable in class org.elasticsearch.action.update.UpdateAction
 
name() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
name() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The name of the node.
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
name() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
name() - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
name() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
name() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
name() - Method in class org.elasticsearch.common.xcontent.script.ScriptFieldsContext.ScriptField
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.health.HttpClusterHealthAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.node.hotthreads.HttpNodesHotThreadsAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.node.info.HttpNodesInfoAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.node.restart.HttpNodesRestartAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.node.shutdown.HttpNodesShutdownAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.node.stats.HttpNodesStatsAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.reroute.HttpClusterRerouteAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.settings.HttpClusterGetSettingsAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.settings.HttpClusterUpdateSettingsAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.cluster.state.HttpClusterStateAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.indices.alias.HttpGetIndicesAliasesAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.indices.alias.HttpIndicesAliasesAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.indices.analyze.HttpAnalyzeAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.indices.cache.clear.HttpClearIndicesCacheAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.indices.close.HttpCloseIndexAction
 
NAME - Static variable in class org.elasticsearch.http.action.admin.indices.create.HttpCreateIndexAction
 
NAME - Static variable in class org.elasticsearch.http.action.bulk.HttpBulkAction
 
NAME - Static variable in class org.elasticsearch.http.action.count.HttpCountAction
 
NAME - Static variable in class org.elasticsearch.http.action.delete.HttpDeleteAction
 
NAME - Static variable in class org.elasticsearch.http.action.deletebyquery.HttpDeleteByQueryAction
 
NAME - Static variable in class org.elasticsearch.http.action.explain.HttpExplainAction
 
NAME - Static variable in class org.elasticsearch.http.action.get.HttpGetAction
 
NAME - Static variable in class org.elasticsearch.http.action.get.HttpMultiGetAction
 
NAME - Static variable in class org.elasticsearch.http.action.index.HttpIndexAction
 
NAME - Static variable in class org.elasticsearch.http.action.mlt.HttpMoreLikeThisAction
 
NAME - Static variable in class org.elasticsearch.http.action.percolate.HttpPercolateAction
 
NAME - Static variable in class org.elasticsearch.http.action.search.HttpMultiSearchAction
 
NAME - Static variable in class org.elasticsearch.http.action.search.HttpSearchAction
 
NAME - Static variable in class org.elasticsearch.http.action.search.HttpSearchScrollAction
 
NAME - Static variable in class org.elasticsearch.http.action.update.HttpUpdateAction
 
name() - Method in class org.elasticsearch.index.engine.Segment
 
name() - Method in class org.elasticsearch.index.get.GetField
 
name() - Method in class org.elasticsearch.index.Index
 
NAME - Static variable in class org.elasticsearch.index.query.AndFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.BoostingQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.CustomBoostFactorQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.CustomScoreQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.ExistsFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.FieldQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.FilteredQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoPolygonFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoShapeFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.HasChildFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.HasChildQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.HasParentFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.HasParentQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.IdsFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.IdsQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.IndicesFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.IndicesQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.LimitFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MatchAllFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MissingFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.NestedFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.NestedQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.NotFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.NumericRangeFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.OrFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.PrefixFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.PrefixQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.RangeFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.ScriptFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanTermQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TermFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TermQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TermsFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TermsQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TopChildrenQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TypeFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.WildcardQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.WrapperFilterBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.WrapperQueryBuilder
 
name() - Method in exception org.elasticsearch.indices.IndexTemplateAlreadyExistsException
 
name() - Method in exception org.elasticsearch.indices.IndexTemplateMissingException
 
name() - Method in exception org.elasticsearch.indices.InvalidIndexTemplateException
 
name() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
name() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
name() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
name() - Method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
name - Variable in class org.elasticsearch.search.facet.AbstractFacetBuilder
 
name() - Method in interface org.elasticsearch.search.facet.Facet
The "logical" name of the search facet.
name() - Method in class org.elasticsearch.search.highlight.HighlightBuilder.Field
 
name() - Method in class org.elasticsearch.search.highlight.HighlightField
The name of the field highlighted.
name() - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
name() - Method in interface org.elasticsearch.search.SearchHitField
The name of the field.
name() - Method in exception org.elasticsearch.search.warmer.IndexWarmerMissingException
 
name() - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Entry
 
name() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
name() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
name() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
name() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
name() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
name() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
namedFilters() - Method in class org.elasticsearch.index.query.ParsedQuery
 
nameUUIDFromBytes(byte[]) - Static method in class org.elasticsearch.common.UUID
Static factory to retrieve a type 3 (name based) UUID based on the specified byte array.
nanos() - Method in class org.elasticsearch.common.unit.TimeValue
 
negative(QueryBuilder) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
negativeBoost(float) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
nested - Variable in class org.elasticsearch.search.facet.AbstractFacetBuilder
 
nested(String) - Method in class org.elasticsearch.search.facet.AbstractFacetBuilder
Sets the nested path the facet will execute on.
nestedFilter(String, QueryBuilder) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
nestedFilter(String, FilterBuilder) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
NestedFilterBuilder - Class in org.elasticsearch.index.query
 
NestedFilterBuilder(String, QueryBuilder) - Constructor for class org.elasticsearch.index.query.NestedFilterBuilder
 
NestedFilterBuilder(String, FilterBuilder) - Constructor for class org.elasticsearch.index.query.NestedFilterBuilder
 
nestedQuery(String, QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
nestedQuery(String, FilterBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
NestedQueryBuilder - Class in org.elasticsearch.index.query
 
NestedQueryBuilder(String, QueryBuilder) - Constructor for class org.elasticsearch.index.query.NestedQueryBuilder
 
NestedQueryBuilder(String, FilterBuilder) - Constructor for class org.elasticsearch.index.query.NestedQueryBuilder
 
NettyAsyncHttpProvider - Class in com.ning.http.client.providers.netty
 
NettyAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
NettyAsyncHttpProvider.OptimizedFileRegion - Class in com.ning.http.client.providers.netty
 
NettyAsyncHttpProvider.OptimizedFileRegion(RandomAccessFile, long, long) - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
NettyAsyncHttpProvider.ThreadLocalBoolean - Class in com.ning.http.client.providers.netty
 
NettyAsyncHttpProvider.ThreadLocalBoolean() - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean
 
NettyAsyncHttpProvider.ThreadLocalBoolean(boolean) - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean
 
NettyAsyncHttpProviderConfig - Class in com.ning.http.client.providers.netty
This class can be used to pass Netty's internal configuration options.
NettyAsyncHttpProviderConfig() - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
NettyBytesArray - Class in org.elasticsearch.common.bytes
 
NettyBytesArray(String) - Constructor for class org.elasticsearch.common.bytes.NettyBytesArray
 
NettyBytesArray(byte[]) - Constructor for class org.elasticsearch.common.bytes.NettyBytesArray
 
NettyBytesArray(byte[], int, int) - Constructor for class org.elasticsearch.common.bytes.NettyBytesArray
 
NettyBytesReference - Interface in org.elasticsearch.common.bytes
A reference to bytes with Netty channel buffer methods.
NettyBytesStreamOutput - Class in org.elasticsearch.common.io.stream
 
NettyBytesStreamOutput() - Constructor for class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
NettyBytesStreamOutput(int) - Constructor for class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
NettyCachedStreamInput - Class in org.elasticsearch.common.io.stream
 
NettyCachedStreamInput() - Constructor for class org.elasticsearch.common.io.stream.NettyCachedStreamInput
 
NettyCachedStreamOutput - Class in org.elasticsearch.common.io.stream
 
NettyCachedStreamOutput() - Constructor for class org.elasticsearch.common.io.stream.NettyCachedStreamOutput
 
NettyCachedStreamOutput.Entry - Class in org.elasticsearch.common.io.stream
 
NettyCompressor - Interface in org.elasticsearch.common.compress
 
NettyCompressorFactory - Class in org.elasticsearch.common.compress
 
NettyCompressorFactory() - Constructor for class org.elasticsearch.common.compress.NettyCompressorFactory
 
NettyConnectionsPool - Class in com.ning.http.client.providers.netty
A simple implementation of ConnectionsPool based on a ConcurrentHashMap
NettyConnectionsPool(NettyAsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.NettyConnectionsPool
 
NettyHeader - Class in org.elasticsearch.transport.netty
 
NettyHeader() - Constructor for class org.elasticsearch.transport.netty.NettyHeader
 
NettyInternalESLogger - Class in org.elasticsearch.transport.netty
 
NettyInternalESLogger(ESLogger) - Constructor for class org.elasticsearch.transport.netty.NettyInternalESLogger
 
NettyInternalESLoggerFactory - Class in org.elasticsearch.transport.netty
 
NettyInternalESLoggerFactory() - Constructor for class org.elasticsearch.transport.netty.NettyInternalESLoggerFactory
 
NettyResponse - Class in com.ning.http.client.providers.netty
Wrapper around the Response API.
NettyResponse(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.netty.NettyResponse
 
NettyResponseFuture<V> - Class in com.ning.http.client.providers.netty
A Future that can be used to track when an asynchronous HTTP request has been fully processed.
NettyResponseFuture(URI, Request, AsyncHandler<V>, HttpRequest, int, int, NettyAsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.NettyResponseFuture
 
NettyStaticSetup - Class in org.elasticsearch.common.netty
 
NettyStaticSetup() - Constructor for class org.elasticsearch.common.netty.NettyStaticSetup
 
NettyStaticSetup.EsThreadNameDeterminer - Class in org.elasticsearch.common.netty
 
NettyStaticSetup.EsThreadNameDeterminer() - Constructor for class org.elasticsearch.common.netty.NettyStaticSetup.EsThreadNameDeterminer
 
NettyTransport - Interface in org.elasticsearch.transport.netty
 
NettyTransportChannel - Class in org.elasticsearch.transport.netty
 
NettyTransportChannel(NettyTransport, String, Channel, long, Version) - Constructor for class org.elasticsearch.transport.netty.NettyTransportChannel
 
NettyWebSocket - Class in com.ning.http.client.providers.netty
 
NettyWebSocket(Channel) - Constructor for class com.ning.http.client.providers.netty.NettyWebSocket
 
network - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
network() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
Network level information.
network() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Network be returned.
network(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Network be returned.
network() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Network be returned.
network(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Network be returned.
network - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
network() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Network level statistics.
NetworkExceptionHelper - Class in org.elasticsearch.common.transport
 
NetworkExceptionHelper() - Constructor for class org.elasticsearch.common.transport.NetworkExceptionHelper
 
NetworkInfo - Class in org.elasticsearch.monitor.network
 
NetworkInfo() - Constructor for class org.elasticsearch.monitor.network.NetworkInfo
 
NetworkInfo.Interface - Class in org.elasticsearch.monitor.network
 
NetworkInfo.Interface(String, String, String) - Constructor for class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
NetworkStats - Class in org.elasticsearch.monitor.network
 
NetworkStats.Tcp - Class in org.elasticsearch.monitor.network
 
NetworkStats.Tcp() - Constructor for class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
NetworkUtils - Class in org.elasticsearch.common.network
 
NetworkUtils.StackType - Enum in org.elasticsearch.common.network
 
newAddAliasAction(String, String) - Static method in class org.elasticsearch.cluster.metadata.AliasAction
 
newAliasMetaDataBuilder(String) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
newBlockingQueue() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newClusterStateBuilder() - Static method in class org.elasticsearch.cluster.ClusterState
 
newConcurrentMap() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newConcurrentMapLong() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newConcurrentSet() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newFuture(URI, Request, AsyncHandler<T>, HttpRequest, AsyncHttpClientConfig, NettyAsyncHttpProvider) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
newFuture() - Static method in class org.elasticsearch.action.support.PlainActionFuture
 
newIndexMetaDataBuilder(String) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
newIndexMetaDataBuilder(IndexMetaData) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
newInstance(String) - Method in class org.elasticsearch.common.logging.ESLoggerFactory
 
newInstance(String, String) - Method in class org.elasticsearch.common.logging.ESLoggerFactory
 
newInstance(String, String) - Method in class org.elasticsearch.common.logging.jdk.JdkESLoggerFactory
 
newInstance(String, String) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLoggerFactory
 
newInstance(String, String) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLoggerFactory
 
newInstance() - Method in class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing.MulticastTaoPingResponseRequestHandler
 
newInstance() - Method in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
newInstance(String) - Method in class org.elasticsearch.transport.netty.NettyInternalESLoggerFactory
 
newInstance() - Method in class org.elasticsearch.transport.PlainTransportFuture
 
newInstance() - Method in interface org.elasticsearch.transport.TransportRequestHandler
 
newInstance() - Method in interface org.elasticsearch.transport.TransportResponseHandler
creates a new instance of the return type from the remote call.
newMap() - Method in interface org.elasticsearch.common.xcontent.support.XContentMapConverter.MapFactory
 
newMapBuilder() - Static method in class org.elasticsearch.common.collect.MapBuilder
 
newMapBuilder(Map<K, V>) - Static method in class org.elasticsearch.common.collect.MapBuilder
 
newMasterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
newMetaDataBuilder() - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
newNode(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
newNodesBuilder() - Static method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
newPoint(double, double) - Static method in class org.elasticsearch.common.geo.ShapeBuilder
Creates a new Point
newPolygon() - Static method in class org.elasticsearch.common.geo.ShapeBuilder
Creates a new ShapeBuilder.PolygonBuilder to build a Polygon
newQueue() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newRectangle() - Static method in class org.elasticsearch.common.geo.ShapeBuilder
Creates a new ShapeBuilder.RectangleBuilder to build a Rectangle
newRemoveAliasAction(String, String) - Static method in class org.elasticsearch.cluster.metadata.AliasAction
 
newRequestBuilder(Client) - Method in class org.elasticsearch.action.Action
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.ClusterAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.HttpClusterAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
 
newRequestBuilder(ClusterAdminClient) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.flush.FlushAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.IndicesAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerAction
 
newRequestBuilder(IndicesAdminClient) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerAction
 
newRequestBuilder(IngestClient) - Method in class org.elasticsearch.action.bulk.BulkAction
 
newRequestBuilder(SearchClient) - Method in class org.elasticsearch.action.count.CountAction
 
newRequestBuilder(IngestClient) - Method in class org.elasticsearch.action.delete.DeleteAction
 
newRequestBuilder(SearchClient) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryAction
 
newRequestBuilder(SearchClient) - Method in class org.elasticsearch.action.explain.ExplainAction
 
newRequestBuilder(IngestClient) - Method in class org.elasticsearch.action.get.GetAction
 
newRequestBuilder(IngestClient) - Method in class org.elasticsearch.action.get.MultiGetAction
 
newRequestBuilder(IngestClient) - Method in class org.elasticsearch.action.index.IndexAction
 
newRequestBuilder(SearchClient) - Method in class org.elasticsearch.action.mlt.MoreLikeThisAction
 
newRequestBuilder(IngestClient) - Method in class org.elasticsearch.action.percolate.PercolateAction
 
newRequestBuilder(SearchClient) - Method in class org.elasticsearch.action.search.MultiSearchAction
 
newRequestBuilder(SearchClient) - Method in class org.elasticsearch.action.search.SearchAction
 
newRequestBuilder(SearchClient) - Method in class org.elasticsearch.action.search.SearchScrollAction
 
newRequestBuilder(IngestClient) - Method in class org.elasticsearch.action.update.UpdateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.flush.FlushAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerAction
 
newResponse() - Method in class org.elasticsearch.action.bulk.BulkAction
 
newResponse() - Method in class org.elasticsearch.action.count.CountAction
 
newResponse() - Method in class org.elasticsearch.action.delete.DeleteAction
 
newResponse() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryAction
 
newResponse() - Method in class org.elasticsearch.action.explain.ExplainAction
 
newResponse() - Method in class org.elasticsearch.action.GenericAction
Creates a new response instance.
newResponse() - Method in class org.elasticsearch.action.get.GetAction
 
newResponse() - Method in class org.elasticsearch.action.get.MultiGetAction
 
newResponse() - Method in class org.elasticsearch.action.index.IndexAction
 
newResponse() - Method in class org.elasticsearch.action.mlt.MoreLikeThisAction
 
newResponse() - Method in class org.elasticsearch.action.percolate.PercolateAction
 
newResponse() - Method in class org.elasticsearch.action.search.MultiSearchAction
 
newResponse() - Method in class org.elasticsearch.action.search.SearchAction
 
newResponse() - Method in class org.elasticsearch.action.search.SearchScrollAction
 
newResponse() - Method in class org.elasticsearch.action.update.UpdateAction
 
newScalingExecutorService(int, int, long, TimeUnit, ThreadFactory) - Static method in class org.elasticsearch.common.util.concurrent.ClientEsExecutors
 
newSSLEngine() - Method in interface com.ning.http.client.SSLEngineFactory
Creates new SSLEngine.
newString(int[], int, int) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Cover JDK 1.5 API.
newTaskFor(Runnable, T) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
 
newTaskFor(Callable<T>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
 
newThread(ForkJoinPool) - Method in interface org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool.ForkJoinWorkerThreadFactory
Returns a new worker thread operating in the given pool.
next(int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ThreadLocalRandom
 
nextDoc() - Method in class org.elasticsearch.common.lucene.docset.AllDocSet.AllDocIdSetIterator
 
nextDoc() - Method in class org.elasticsearch.common.lucene.docset.NotDocIdSet.NotDocIdSetIterator
 
nextDoc() - Method in class org.elasticsearch.common.lucene.docset.OrDocIdSet.OrDocIdSetIterator
 
nextDoc() - Method in class org.elasticsearch.common.lucene.docset.OrDocSet.OrDocIdSetIterator
 
nextDoc() - Method in class org.elasticsearch.common.lucene.search.EmptyScorer
 
nextDouble(double) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed double value between 0 (inclusive) and the specified value (exclusive).
nextDouble(double, double) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextInt(int, int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextLong(long) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between 0 (inclusive) and the specified value (exclusive).
nextLong(long, long) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextOrNull() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
nextOrNull() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
Returns the next shard, or null if none available.
nextToken() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
nextToken() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
NO_DOC - Static variable in class org.elasticsearch.common.lucene.client.Lucene
 
NO_FILTERS - Static variable in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
 
NO_MATCH_QUERY - Static variable in class org.elasticsearch.common.lucene.search.Queries
 
NO_OPTIONS - Static variable in class org.elasticsearch.common.Base64
No options specified.
NoCacheFilter - Class in org.elasticsearch.common.lucene.search
A marker interface for Filter denoting the filter as one that should not be cached, ever.
NoCacheFilter() - Constructor for class org.elasticsearch.common.lucene.search.NoCacheFilter
 
NoClassSettingsException - Exception in org.elasticsearch.common.settings
A specific type of SettingsException indicating failure to load a class based on a settings value.
NoClassSettingsException(String) - Constructor for exception org.elasticsearch.common.settings.NoClassSettingsException
 
NoClassSettingsException(String, Throwable) - Constructor for exception org.elasticsearch.common.settings.NoClassSettingsException
 
node() - Method in class org.elasticsearch.action.support.nodes.NodeOperationResponse
The node this information relates to.
node() - Method in class org.elasticsearch.cluster.routing.allocation.AllocationExplanation.NodeExplanation
 
node() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
node() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
node() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
node(String) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
node() - Method in exception org.elasticsearch.transport.ConnectTransportException
 
nodeBooleanValue(Object, boolean) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeBooleanValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeByteValue(Object, byte) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeByteValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeConnected(DiscoveryNode) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
nodeConnected(DiscoveryNode) - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
nodeConnected(DiscoveryNode) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
nodeConnected(DiscoveryNode) - Method in interface org.elasticsearch.transport.Transport
Returns true if the node is connected.
NodeDisconnectedException - Exception in org.elasticsearch.transport
 
NodeDisconnectedException(DiscoveryNode, String) - Constructor for exception org.elasticsearch.transport.NodeDisconnectedException
 
nodeDoubleValue(Object, double) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeDoubleValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeExists(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
nodeFloatValue(Object, float) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeFloatValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
NodeHotThreads - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodeHotThreads(DiscoveryNode, String) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
nodeId() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
nodeId() - Method in class org.elasticsearch.search.SearchShardTarget
 
NodeIndicesStats - Class in org.elasticsearch.indices
Global information on indices stats running on a specific node.
NodeIndicesStats(StoreStats, DocsStats, IndexingStats, GetStats, SearchStats, CacheStats, MergeStats, RefreshStats, FlushStats) - Constructor for class org.elasticsearch.indices.NodeIndicesStats
 
NodeInfo - Class in org.elasticsearch.action.admin.cluster.node.info
Node information (static, does not change over time).
NodeInfo(String, DiscoveryNode, ImmutableMap<String, String>, Settings, OsInfo, ProcessInfo, JvmInfo, ThreadPoolInfo, NetworkInfo, TransportInfo, HttpInfo) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
nodeIntegerValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeIntegerValue(Object, int) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeLongValue(Object, long) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeLongValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
NodeNotConnectedException - Exception in org.elasticsearch.transport
An exception indicating that a message is sent to a node that is not connected.
NodeNotConnectedException(DiscoveryNode, String) - Constructor for exception org.elasticsearch.transport.NodeNotConnectedException
 
NodeNotConnectedException(DiscoveryNode, String, Throwable) - Constructor for exception org.elasticsearch.transport.NodeNotConnectedException
 
NodeOperationRequest - Class in org.elasticsearch.action.support.nodes
 
NodeOperationRequest() - Constructor for class org.elasticsearch.action.support.nodes.NodeOperationRequest
 
NodeOperationRequest(NodesOperationRequest, String) - Constructor for class org.elasticsearch.action.support.nodes.NodeOperationRequest
 
NodeOperationResponse - Class in org.elasticsearch.action.support.nodes
A base class for node level operations.
NodeOperationResponse() - Constructor for class org.elasticsearch.action.support.nodes.NodeOperationResponse
 
NodeOperationResponse(DiscoveryNode) - Constructor for class org.elasticsearch.action.support.nodes.NodeOperationResponse
 
nodeRequiresLocalStorage(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
nodes() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
 
nodes - Variable in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
nodes() - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
nodes(DiscoveryNodes.Builder) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
nodes(DiscoveryNodes) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
nodes() - Method in class org.elasticsearch.cluster.ClusterState
 
nodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
nodes() - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
nodes() - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
nodesAdded() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
nodesChanged() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
nodesDelta() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
nodeShortValue(Object, short) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeShortValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodesHotThreads(NodesHotThreadsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
 
nodesHotThreads(NodesHotThreadsRequest, ActionListener<NodesHotThreadsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
 
nodesHotThreads(NodesHotThreadsRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
nodesHotThreads(NodesHotThreadsRequest, ActionListener<NodesHotThreadsResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
NodesHotThreadsAction - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodesHotThreadsRequest - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodesHotThreadsRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
Get hot threads from nodes based on the nodes ids specified.
NodesHotThreadsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodesHotThreadsRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
NodesHotThreadsResponse - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodesHotThreadsResponse(ClusterName, NodeHotThreads[]) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
 
nodesIds(String...) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
 
nodesIds() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
 
nodesIds() - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
nodesIds(String...) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
nodesInfo(NodesInfoRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes info of the cluster.
nodesInfo(NodesInfoRequest, ActionListener<NodesInfoResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes info of the cluster.
nodesInfo(NodesInfoRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
nodesInfo(NodesInfoRequest, ActionListener<NodesInfoResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
NodesInfoAction - Class in org.elasticsearch.action.admin.cluster.node.info
 
NodesInfoRequest - Class in org.elasticsearch.action.admin.cluster.node.info
A request to get node (cluster) level information.
NodesInfoRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
NodesInfoRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Get information from nodes based on the nodes ids specified.
nodesInfoRequest() - Static method in class org.elasticsearch.client.AdminRequests
Creates a nodes info request against all the nodes.
nodesInfoRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a nodes info request against one or more nodes.
NodesInfoRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.info
 
NodesInfoRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
 
NodesInfoResponse - Class in org.elasticsearch.action.admin.cluster.node.info
 
NodesInfoResponse() - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
NodesInfoResponse(ClusterName, NodeInfo[]) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
nodesMap() - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
NodesOperationRequest<T extends NodesOperationRequest> - Class in org.elasticsearch.action.support.nodes
 
NodesOperationRequest() - Constructor for class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
NodesOperationRequest(String...) - Constructor for class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
NodesOperationRequestBuilder<Request extends NodesOperationRequest<Request>,Response extends NodesOperationResponse,RequestBuilder extends NodesOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.nodes
 
NodesOperationRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
 
NodesOperationResponse<NodeResponse extends NodeOperationResponse> - Class in org.elasticsearch.action.support.nodes
 
NodesOperationResponse() - Constructor for class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
NodesOperationResponse(ClusterName, NodeResponse[]) - Constructor for class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
nodesPerAttributesCounts(String) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
nodesRemoved() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
nodesRestart(NodesRestartRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Restarts nodes in the cluster.
nodesRestart(NodesRestartRequest, ActionListener<NodesRestartResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Restarts nodes in the cluster.
nodesRestart(NodesRestartRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
nodesRestart(NodesRestartRequest, ActionListener<NodesRestartResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
NodesRestartAction - Class in org.elasticsearch.action.admin.cluster.node.restart
 
NodesRestartRequest - Class in org.elasticsearch.action.admin.cluster.node.restart
A request to restart one ore more nodes (or the whole cluster).
NodesRestartRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequest
 
NodesRestartRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequest
Restarts down nodes based on the nodes ids specified.
nodesRestartRequest() - Static method in class org.elasticsearch.client.AdminRequests
Restarts all nodes in the cluster.
nodesRestartRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Restarts specific nodes in the cluster.
NodesRestartRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.restart
 
NodesRestartRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequestBuilder
 
NodesRestartResponse - Class in org.elasticsearch.action.admin.cluster.node.restart
 
NodesRestartResponse(ClusterName, NodesRestartResponse.NodeRestartResponse[]) - Constructor for class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartResponse
 
NodesRestartResponse.NodeRestartResponse - Class in org.elasticsearch.action.admin.cluster.node.restart
 
NodesRestartResponse.NodeRestartResponse(DiscoveryNode) - Constructor for class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartResponse.NodeRestartResponse
 
nodesShutdown(NodesShutdownRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Shutdown nodes in the cluster.
nodesShutdown(NodesShutdownRequest, ActionListener<NodesShutdownResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Shutdown nodes in the cluster.
nodesShutdown(NodesShutdownRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
nodesShutdown(NodesShutdownRequest, ActionListener<NodesShutdownResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
NodesShutdownAction - Class in org.elasticsearch.action.admin.cluster.node.shutdown
 
NodesShutdownRequest - Class in org.elasticsearch.action.admin.cluster.node.shutdown
 
NodesShutdownRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
 
nodesShutdownRequest() - Static method in class org.elasticsearch.client.AdminRequests
Shuts down all nodes in the cluster.
nodesShutdownRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Shuts down the specified nodes in the cluster.
NodesShutdownRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.shutdown
 
NodesShutdownRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequestBuilder
 
NodesShutdownResponse - Class in org.elasticsearch.action.admin.cluster.node.shutdown
 
NodesShutdownResponse(ClusterName, DiscoveryNode[]) - Constructor for class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
 
nodesStats(NodesStatsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes stats of the cluster.
nodesStats(NodesStatsRequest, ActionListener<NodesStatsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes stats of the cluster.
nodesStats(NodesStatsRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
nodesStats(NodesStatsRequest, ActionListener<NodesStatsResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
NodesStatsAction - Class in org.elasticsearch.action.admin.cluster.node.stats
 
NodesStatsRequest - Class in org.elasticsearch.action.admin.cluster.node.stats
A request to get node (cluster) level stats.
NodesStatsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
NodesStatsRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Get stats from nodes based on the nodes ids specified.
nodesStatsRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a nodes stats request against one or more nodes.
NodesStatsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.stats
 
NodesStatsRequestBuilder(ClusterAdminClient) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
 
NodesStatsResponse - Class in org.elasticsearch.action.admin.cluster.node.stats
 
NodesStatsResponse(ClusterName, NodeStats[]) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
NodeStats - Class in org.elasticsearch.action.admin.cluster.node.stats
Node statistics (dynamic, changes depending on when created).
NodeStats(DiscoveryNode, long, String, NodeIndicesStats, OsStats, ProcessStats, JvmStats, ThreadPoolStats, NetworkStats, FsStats, TransportStats, HttpStats) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
nodesToShards() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
nodeStringValue(Object, String) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeTimeValue(Object, TimeValue) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeTimeValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
noFields() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets no fields to be loaded, resulting in only id and type to be returned per field.
noMatchFilter(String) - Method in class org.elasticsearch.index.query.IndicesFilterBuilder
Sets the no match filter, can either be all or none.
noMatchFilter(FilterBuilder) - Method in class org.elasticsearch.index.query.IndicesFilterBuilder
Sets the filter to use when it executes on an index that does not match the indices provided.
noMatchQuery(String) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Sets the no match query, can either be all or none.
noMatchQuery(QueryBuilder) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Sets the query to use when it executes on an index that does not match the indices provided.
NON_LOOPBACK_ADDRESS - Static variable in class org.elasticsearch.common.network.NetworkUtils
 
nonceBuffer - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
nonHeapCommitted() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
nonHeapInit() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
nonHeapMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
nonHeapUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
NOOP_COLLECTOR - Static variable in class org.elasticsearch.common.lucene.search.NoopCollector
 
NoopCollector - Class in org.elasticsearch.common.lucene.search
 
NoopCollector() - Constructor for class org.elasticsearch.common.lucene.search.NoopCollector
 
normalize(double, DistanceUnit) - Method in enum org.elasticsearch.index.search.geo.GeoDistance
 
normalizeVersions() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
normalizeVersions() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Normalizes all shard routings to the same version.
normsField(String) - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
Field used for normalization factor (document boost).
NotDeletedFilter - Class in org.elasticsearch.common.lucene.search
A filter that filters out deleted documents.
NotDeletedFilter(Filter) - Constructor for class org.elasticsearch.common.lucene.search.NotDeletedFilter
 
NotDocIdSet - Class in org.elasticsearch.common.lucene.docset
 
NotDocIdSet(DocIdSet, int) - Constructor for class org.elasticsearch.common.lucene.docset.NotDocIdSet
 
NotDocIdSet.NotDocIdSetIterator - Class in org.elasticsearch.common.lucene.docset
 
NotDocSet - Class in org.elasticsearch.common.lucene.docset
 
NotDocSet(DocSet, int) - Constructor for class org.elasticsearch.common.lucene.docset.NotDocSet
 
NotFilter - Class in org.elasticsearch.common.lucene.search
 
NotFilter(Filter) - Constructor for class org.elasticsearch.common.lucene.search.NotFilter
 
notFilter(FilterBuilder) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
NotFilterBuilder - Class in org.elasticsearch.index.query
A filter that matches documents matching boolean combinations of other filters.
NotFilterBuilder(FilterBuilder) - Constructor for class org.elasticsearch.index.query.NotFilterBuilder
 
notFound() - Method in class org.elasticsearch.action.delete.DeleteResponse
Returns true if there was no doc found to delete.
notFound() - Method in class org.elasticsearch.action.delete.index.ShardDeleteResponse
 
NotSerializableTransportException - Exception in org.elasticsearch.transport
 
NotSerializableTransportException(Throwable) - Constructor for exception org.elasticsearch.transport.NotSerializableTransportException
 
NTLMEngine - Class in com.ning.http.client.ntlm
Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM authentication protocol.
NTLMEngine() - Constructor for class com.ning.http.client.ntlm.NTLMEngine
 
NTLMEngineException - Exception in com.ning.http.client.ntlm
Signals NTLM protocol failure.
NTLMEngineException() - Constructor for exception com.ning.http.client.ntlm.NTLMEngineException
 
NTLMEngineException(String) - Constructor for exception com.ning.http.client.ntlm.NTLMEngineException
Creates a new NTLMEngineException with the specified message.
NTLMEngineException(String, Throwable) - Constructor for exception com.ning.http.client.ntlm.NTLMEngineException
Creates a new NTLMEngineException with the specified detail message and cause.
Nullable - Annotation Type in org.elasticsearch.common
The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
nullField(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
nullField(XContentBuilderString) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
nullValue() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
nullValue(boolean) - Method in class org.elasticsearch.index.query.MissingFilterBuilder
Should the missing filter automatically include fields with null value configured in the mappings.
NUM_BYTES_ARRAY_HEADER - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Number of bytes to represent an array header (no content, but with alignments).
NUM_BYTES_ARRAY_HEADER - Static variable in class org.elasticsearch.common.RamUsage
 
NUM_BYTES_BOOLEAN - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
 
NUM_BYTES_BYTE - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
 
NUM_BYTES_CHAR - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
 
NUM_BYTES_CHAR - Static variable in class org.elasticsearch.common.RamUsage
 
NUM_BYTES_DOUBLE - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
 
NUM_BYTES_DOUBLE - Static variable in class org.elasticsearch.common.RamUsage
 
NUM_BYTES_FLOAT - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
 
NUM_BYTES_FLOAT - Static variable in class org.elasticsearch.common.RamUsage
 
NUM_BYTES_INT - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
 
NUM_BYTES_INT - Static variable in class org.elasticsearch.common.RamUsage
 
NUM_BYTES_LONG - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
 
NUM_BYTES_LONG - Static variable in class org.elasticsearch.common.RamUsage
 
NUM_BYTES_OBJECT_ALIGNMENT - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
A constant specifying the object alignment boundary inside the JVM.
NUM_BYTES_OBJECT_HEADER - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Number of bytes to represent an object header (no fields, no alignments).
NUM_BYTES_OBJECT_HEADER - Static variable in class org.elasticsearch.common.RamUsage
 
NUM_BYTES_OBJECT_REF - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Number of bytes this jvm uses to represent an object reference.
NUM_BYTES_OBJECT_REF - Static variable in class org.elasticsearch.common.RamUsage
 
NUM_BYTES_SHORT - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
 
NUM_BYTES_SHORT - Static variable in class org.elasticsearch.common.RamUsage
 
number() - Method in class org.elasticsearch.Version
Just the version number (without -SNAPSHOT if snapshot).
numberOfActions() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
numberOfActions() - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
The number of actions currently in the bulk.
numberOfCommitted() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
numberOfDataNodes() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
numberOfNodes() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
numberOfNodesShardsAreAllocatedOn(String...) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
numberOfOpenChannels() - Method in class org.elasticsearch.common.netty.OpenChannelsHandler
 
numberOfOwningShards() - Method in class org.elasticsearch.cluster.routing.RoutingNode
The number fo shards on this node that will not be eventually relocated.
numberOfReplicas() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
numberOfReplicas(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
numberOfReplicas() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
numberOfReplicas() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
numberOfSearch() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
numberOfShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
numberOfShards(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
numberOfShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
numberOfShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
numberOfShardsNotWithState(ShardRoutingState) - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
numberOfShardsOfType(ShardRoutingState) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
numberOfShardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
Numbers - Class in org.elasticsearch.common
A set of utlities around numbers.
numberType() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
numberType() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
numberValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
numberValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
numDocs() - Method in class org.elasticsearch.action.admin.indices.status.DocsStatus
The number of docs.
numDocs() - Method in class org.elasticsearch.index.engine.Segment
 
numericRangeFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter that restricts search results to values that are within the given numeric range.
NumericRangeFilterBuilder - Class in org.elasticsearch.index.query
A filter that restricts search results to values that are within the given numeric range.
NumericRangeFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.NumericRangeFilterBuilder
A filter that restricts search results to values that are within the given range.
numOfFragments(int) - Method in class org.elasticsearch.search.highlight.HighlightBuilder.Field
 

O

OAuthSignatureCalculator - Class in com.ning.http.client.oauth
Simple OAuth signature calculator that can used for constructing client signatures for accessing services that use OAuth for authorization.
OAuthSignatureCalculator(ConsumerKey, RequestToken) - Constructor for class com.ning.http.client.oauth.OAuthSignatureCalculator
 
offer(U, V) - Method in interface com.ning.http.client.ConnectionsPool
Add a connection tpo the pool
offer(String, Channel) - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Add a connection tpo the pool
offer(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the tail of this deque.
offer(E, long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
offer(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
offerFirst(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the front of this deque.
offerLast(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the end of this deque.
offset - Variable in class org.elasticsearch.common.bytes.BytesArray
 
offset - Variable in class org.elasticsearch.common.lucene.util.BytesRef
Offset of first valid byte.
offset - Variable in class org.elasticsearch.common.lucene.util.CharsRef
 
offsets - Variable in class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF16Result
 
onAdvance(int, int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Overridable method to perform an action upon impending phase advance, and to control termination.
onAllBytesReceived() - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
Invoked when all the bytes has been sucessfully transferred.
onAllBytesReceived() - Method in interface com.ning.http.client.resumable.ResumableListener
Invoked when all the bytes has been sucessfully transferred.
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in interface com.ning.http.client.AsyncHandler
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.listener.TransferCompletionHandler
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler
Invoked as soon as some response body part are received.
onBytesReceived(ByteBuffer) - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
This method uses the last valid bytes written on disk to position a RandomAccessFile, allowing resumable file download.
onBytesReceived(ByteBuffer) - Method in interface com.ning.http.client.listener.TransferListener
Invoked every time response's chunk are received.
onBytesReceived(ByteBuffer) - Method in interface com.ning.http.client.resumable.ResumableListener
Invoked when some bytes are available to digest.
onBytesReceived(String, long, long, long) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called when bytes of the responses body are received.
onBytesSent(ByteBuffer) - Method in interface com.ning.http.client.listener.TransferListener
Invoked every time request's chunk are sent.
onBytesSent(String, long, long, long) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called when bytes are sent.
onClose() - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
onClose(int, String) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
onClose(ChannelHandlerContext, ChannelStateEvent) - Method in interface com.ning.http.client.providers.netty.Protocol
 
onClose(WebSocket) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when the WebSocket is close.
onClose(WebSocket, int, String) - Method in interface com.ning.http.client.websocket.WebSocketCloseCodeReasonListener
Invoked when the WebSocket is close.
onClose(WebSocket) - Method in interface com.ning.http.client.websocket.WebSocketListener
Invoked when the WebSocket is close.
onClose(WebSocket, int, String) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler
 
onClose() - Method in interface org.elasticsearch.cluster.TimeoutClusterStateListener
 
onCompleted() - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked once the HTTP response processing is finished.
onCompleted(Response) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked once the HTTP response processing is finished.
onCompleted(Response) - Method in class com.ning.http.client.AsyncCompletionHandlerBase
Invoked once the HTTP response processing is finished.
onCompleted() - Method in interface com.ning.http.client.AsyncHandler
Invoked once the HTTP response processing is finished.
onCompleted() - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onCompleted(Response) - Method in class com.ning.http.client.listener.TransferCompletionHandler
 
onCompleted() - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked once the HTTP response processing is finished.
onCompleted(String, int, String) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called when the request is completed.
onCompleted() - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked once the HTTP response processing is finished.
onCompleted(WebDavResponse) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked once the HTTP response has been fully read.
onCompleted() - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler
Invoked once the HTTP response processing is finished.
onCompletion(CountedCompleter) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Performs an action when method CountedCompleter.tryComplete() is invoked and there are no pending counts, or when the unconditional method CountedCompleter.complete(java.lang.Void) is invoked.
onContentAdded() - Method in interface com.ning.http.client.providers.netty.FeedableBodyGenerator.FeedListener
 
onContentWriteCompleted() - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onContentWriteCompleted() - Method in class com.ning.http.client.listener.TransferCompletionHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onContentWriteCompleted() - Method in interface com.ning.http.client.ProgressAsyncHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onContentWriteProgress(long, long, long) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked when the I/O operation associated with the Request body as been progressed.
onContentWriteProgress(long, long, long) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Invoked when the I/O operation associated with the Request body as been progressed.
onContentWriteProgress(long, long, long) - Method in interface com.ning.http.client.ProgressAsyncHandler
Invoked when the I/O operation associated with the Request body wasn't fully written in a single I/O write operation.
ONE_GB - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
One gigabyte bytes.
ONE_KB - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
One kilobyte bytes.
ONE_MB - Static variable in class org.elasticsearch.common.lucene.util.RamUsageEstimator
One megabyte bytes.
oneMinuteEWMA() - Static method in class org.elasticsearch.common.metrics.EWMA
Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.
oneMinuteRate() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
onError(Throwable) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
onError(ChannelHandlerContext, ExceptionEvent) - Method in interface com.ning.http.client.providers.netty.Protocol
 
onError(Throwable) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when the WebSocket is open.
onError(Throwable) - Method in interface com.ning.http.client.websocket.WebSocketListener
Invoked when the WebSocket is open.
onExceptionalCompletion(Throwable, CountedCompleter) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Performs an action when method ForkJoinTask.completeExceptionally(java.lang.Throwable) is invoked or method CountedCompleter.compute() throws an exception, and this task has not otherwise already completed normally.
onFailure(Throwable) - Method in interface com.ning.http.client.UpgradeHandler
If the upgrade fail.
onFailure(Throwable) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler
If the upgrade fail.
onFailure(Throwable) - Method in interface org.elasticsearch.action.ActionListener
A failure handler.
onFailure(Throwable) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
onFragment(byte[], boolean) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when bytes of a fragmented message are available.
onFragment(String, boolean) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when WebSocket text fragments are received.
onFragment(byte[], boolean) - Method in interface com.ning.http.client.websocket.WebSocketByteListener
Invoked when bytes of a fragmented message are available.
onFragment(String, boolean) - Method in interface com.ning.http.client.websocket.WebSocketTextListener
Invoked when WebSocket text fragments are received.
onHeaders(String, HeaderMap) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called after the response headers are received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in interface com.ning.http.client.AsyncHandler
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler
Invoked as soon as the HTTP headers has been received.
onHeaderWriteCompleted() - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onHeaderWriteCompleted() - Method in class com.ning.http.client.listener.TransferCompletionHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onHeaderWriteCompleted() - Method in interface com.ning.http.client.ProgressAsyncHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
ONLY_EXPUNGE_DELETES - Static variable in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest.Defaults
 
onlyExpungeDeletes() - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Should the optimization only expunge deletes from the index, without full optimization.
onlyExpungeDeletes(boolean) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Should the optimization only expunge deletes from the index, without full optimization.
onlyNodeActiveShardsIt(String) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
onMessage(byte[]) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
onMessage(byte[]) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when bytes are available.
onMessage(String) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when WebSocket text message are received.
onMessage(byte[]) - Method in interface com.ning.http.client.websocket.WebSocketByteListener
Invoked when bytes are available.
onMessage(String) - Method in interface com.ning.http.client.websocket.WebSocketTextListener
Invoked when WebSocket text message are received.
onNodeConnected(DiscoveryNode) - Method in interface org.elasticsearch.transport.TransportConnectionListener
 
onNodeDisconnected(DiscoveryNode) - Method in interface org.elasticsearch.transport.TransportConnectionListener
 
onOpen(WebSocket) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when the WebSocket is open.
onOpen(WebSocket) - Method in interface com.ning.http.client.websocket.WebSocketListener
Invoked when the WebSocket is open.
onOrAfter(Version) - Method in class org.elasticsearch.Version
 
onOrBefore(Version) - Method in class org.elasticsearch.Version
 
onPing(byte[]) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when a ping message is received
onPing(byte[]) - Method in interface com.ning.http.client.websocket.WebSocketPingListener
Invoked when a ping message is received
onPing(TaoPing.PingResponse[]) - Method in interface org.elasticsearch.discovery.tao.ping.TaoPing.PingListener
 
onPong(byte[]) - Method in class com.ning.http.client.websocket.DefaultWebSocketListener
Invoked when a pong message is received
onPong(byte[]) - Method in interface com.ning.http.client.websocket.WebSocketPongListener
Invoked when a pong message is received
onPortNumber(int) - Method in interface org.elasticsearch.common.transport.PortsRange.PortCallback
 
onRequestHeadersSent(FluentCaseInsensitiveStringsMap) - Method in interface com.ning.http.client.listener.TransferListener
Invoked when the request bytes are starting to get send.
onRequestResponseCompleted() - Method in interface com.ning.http.client.listener.TransferListener
Invoked when the response bytes are been fully received.
onResponse(Response) - Method in interface org.elasticsearch.action.ActionListener
A response handler.
onResponse(L) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
onResponseHeadersReceived(FluentCaseInsensitiveStringsMap) - Method in interface com.ning.http.client.listener.TransferListener
Invoked when the response bytes are starting to get received.
onStart() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinWorkerThread
Initializes internal state after construction but before processing any tasks.
onStatus(String, int, String) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called after the connection status is received.
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in interface com.ning.http.client.AsyncHandler
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler
Invoked as soon as the HTTP status line has been received
onSuccess(T) - Method in interface com.ning.http.client.UpgradeHandler
If the HTTP Upgrade succeed (response's status code equals 101), the AsyncHttpProvider will invoke that method
onSuccess(WebSocket) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler
If the HTTP Upgrade succeed (response's status code equals 101), the AsyncHttpProvider will invoke that method
onTermination(Throwable) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinWorkerThread
Performs cleanup associated with termination of this worker thread.
onTextMessage(String) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
onThrowable(Throwable) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in class com.ning.http.client.AsyncCompletionHandlerBase
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in interface com.ning.http.client.AsyncHandler
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onThrowable(Throwable) - Method in class com.ning.http.client.listener.TransferCompletionHandler
 
onThrowable(Throwable) - Method in interface com.ning.http.client.listener.TransferListener
Invoked when there is an unexpected issue.
onThrowable(Throwable) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in interface com.ning.http.client.ThrowableHandler
 
onThrowable(Throwable) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler
Invoked when an unexpected exception occurs during the processing of the response.
onTimeout(TimeValue) - Method in interface org.elasticsearch.cluster.TimeoutClusterStateListener
 
open(OpenIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
OPen an index based on the index name.
open(OpenIndexRequest, ActionListener<OpenIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Open an index based on the index name.
open(OpenIndexRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
open(OpenIndexRequest, ActionListener<OpenIndexResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
OpenBitDocSet - Class in org.elasticsearch.common.lucene.docset
 
OpenBitDocSet(OpenBitSet) - Constructor for class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
OpenBitDocSet(int) - Constructor for class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
OpenBitDocSet(DocIdSetIterator, int) - Constructor for class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
OpenChannelsHandler - Class in org.elasticsearch.common.netty
 
OpenChannelsHandler(ESLogger) - Constructor for class org.elasticsearch.common.netty.OpenChannelsHandler
 
openFileDescriptors() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
OpenIndexAction - Class in org.elasticsearch.action.admin.indices.open
 
OpenIndexRequest - Class in org.elasticsearch.action.admin.indices.open
A request to open an index.
OpenIndexRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
Constructs a new delete index request for the specified index.
openIndexRequest(String) - Static method in class org.elasticsearch.client.AdminRequests
Creates an open index request.
OpenIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.open
 
OpenIndexRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
 
OpenIndexRequestBuilder(IndicesAdminClient, String) - Constructor for class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
 
OpenIndexResponse - Class in org.elasticsearch.action.admin.indices.open
A response for a open index action.
operationComplete(ChannelFuture) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport.CacheFutureListener
 
operationThreaded(boolean) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets whether the actual explain action should occur in a different thread if executed locally.
operationThreaded() - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
Controls if the operation will be executed on a separate thread when executed locally.
operationThreaded(boolean) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
Controls if the operation will be executed on a separate thread when executed locally.
operationThreaded() - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
Controls if the operation will be executed on a separate thread when executed locally.
operationThreaded(boolean) - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
Controls if the operation will be executed on a separate thread when executed locally.
operationThreaded() - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
Controls if the operation will be executed on a separate thread when executed locally.
operationThreaded(boolean) - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
Controls if the operation will be executed on a separate thread when executed locally.
operationThreading() - Method in class org.elasticsearch.action.search.SearchRequest
Controls the the search operation threading model.
operationThreading(SearchOperationThreading) - Method in class org.elasticsearch.action.search.SearchRequest
Controls the the search operation threading model.
operationThreading(String) - Method in class org.elasticsearch.action.search.SearchRequest
Sets the string representation of the operation threading model.
operationThreading() - Method in class org.elasticsearch.action.search.SearchScrollRequest
Controls the the search operation threading model.
operationThreading(SearchOperationThreading) - Method in class org.elasticsearch.action.search.SearchScrollRequest
Controls the the search operation threading model.
operationThreading() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
Controls the operation threading model.
operationThreading(BroadcastOperationThreading) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
Controls the operation threading model.
operationThreading(String) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
Controls the operation threading model.
operator(MatchQueryBuilder.Operator) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets the operator to use when using a boolean query.
operator(MatchQueryBuilder.Operator) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets the operator to use when using a boolean query.
optimize(OptimizeRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly optimize one or more indices into a the number of segments.
optimize(OptimizeRequest, ActionListener<OptimizeResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly optimize one or more indices into a the number of segments.
optimize(OptimizeRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
optimize(OptimizeRequest, ActionListener<OptimizeResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
OptimizeAction - Class in org.elasticsearch.action.admin.indices.optimize
 
optimizeBbox(String) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
optimizeBbox(String) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
optimizeQuery(Query) - Static method in class org.elasticsearch.common.lucene.search.Queries
Optimizes the given query and returns the optimized version of it.
OptimizeRequest - Class in org.elasticsearch.action.admin.indices.optimize
A request to optimize one or more indices.
OptimizeRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Constructs an optimization request over one or more indices.
OptimizeRequest() - Constructor for class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
 
optimizeRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates an optimize request.
OptimizeRequest.Defaults - Class in org.elasticsearch.action.admin.indices.optimize
 
OptimizeRequest.Defaults() - Constructor for class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest.Defaults
 
OptimizeRequestBuilder - Class in org.elasticsearch.action.admin.indices.optimize
A request to optimize one or more indices.
OptimizeRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.optimize.OptimizeRequestBuilder
 
OptimizeResponse - Class in org.elasticsearch.action.admin.indices.optimize
A response for optimize action.
options() - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
options(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
options(BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
options(BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
options() - Static method in class org.elasticsearch.transport.TransportRequestOptions
 
options() - Static method in class org.elasticsearch.transport.TransportResponseOptions
 
opType() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The operation type ("index", "create" or "delete").
opType(IndexRequest.OpType) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the type of operation to perform.
opType(String) - Method in class org.elasticsearch.action.index.IndexRequest
opType() - Method in class org.elasticsearch.action.index.IndexRequest
The type of operation to perform.
or(FixedBitSet, DocIdSet) - Static method in class org.elasticsearch.common.lucene.docset.DocSets
 
order(int) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
order() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
order(int) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
order() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
order(String) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
The order of fragments per field.
order(SortOrder) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
The order of sorting.
order(SortOrder) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The order of sorting.
order(SortOrder) - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
The order of sort scoring.
order(SortOrder) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Sets the sort order.
order(SortOrder) - Method in class org.elasticsearch.search.sort.SortBuilder
The order of sorting.
ORDERED - Static variable in class org.elasticsearch.common.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
ORDERED_MAP_FACTORY - Static variable in class org.elasticsearch.common.xcontent.support.XContentMapConverter
 
OrDocIdSet - Class in org.elasticsearch.common.lucene.docset
 
OrDocIdSet(List<DocIdSet>) - Constructor for class org.elasticsearch.common.lucene.docset.OrDocIdSet
 
OrDocIdSet.OrDocIdSetIterator - Class in org.elasticsearch.common.lucene.docset
 
OrDocSet - Class in org.elasticsearch.common.lucene.docset
 
OrDocSet(List<DocSet>) - Constructor for class org.elasticsearch.common.lucene.docset.OrDocSet
 
OrDocSet.OrDocIdSetIterator - Class in org.elasticsearch.common.lucene.docset
 
OrFilter - Class in org.elasticsearch.common.lucene.search
 
OrFilter(List<? extends Filter>) - Constructor for class org.elasticsearch.common.lucene.search.OrFilter
 
orFilter(FilterBuilder...) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
OrFilterBuilder - Class in org.elasticsearch.index.query
A filter that matches documents matching boolean combinations of other filters.
OrFilterBuilder(FilterBuilder...) - Constructor for class org.elasticsearch.index.query.OrFilterBuilder
 
org.apache.lucene.search - package org.apache.lucene.search
 
org.elasticsearch - package org.elasticsearch
 
org.elasticsearch.action - package org.elasticsearch.action
 
org.elasticsearch.action.admin.cluster - package org.elasticsearch.action.admin.cluster
 
org.elasticsearch.action.admin.cluster.health - package org.elasticsearch.action.admin.cluster.health
 
org.elasticsearch.action.admin.cluster.node.hotthreads - package org.elasticsearch.action.admin.cluster.node.hotthreads
 
org.elasticsearch.action.admin.cluster.node.info - package org.elasticsearch.action.admin.cluster.node.info
 
org.elasticsearch.action.admin.cluster.node.restart - package org.elasticsearch.action.admin.cluster.node.restart
 
org.elasticsearch.action.admin.cluster.node.shutdown - package org.elasticsearch.action.admin.cluster.node.shutdown
 
org.elasticsearch.action.admin.cluster.node.stats - package org.elasticsearch.action.admin.cluster.node.stats
 
org.elasticsearch.action.admin.cluster.reroute - package org.elasticsearch.action.admin.cluster.reroute
 
org.elasticsearch.action.admin.cluster.settings - package org.elasticsearch.action.admin.cluster.settings
 
org.elasticsearch.action.admin.cluster.state - package org.elasticsearch.action.admin.cluster.state
 
org.elasticsearch.action.admin.indices - package org.elasticsearch.action.admin.indices
 
org.elasticsearch.action.admin.indices.alias - package org.elasticsearch.action.admin.indices.alias
 
org.elasticsearch.action.admin.indices.analyze - package org.elasticsearch.action.admin.indices.analyze
 
org.elasticsearch.action.admin.indices.cache.clear - package org.elasticsearch.action.admin.indices.cache.clear
 
org.elasticsearch.action.admin.indices.close - package org.elasticsearch.action.admin.indices.close
 
org.elasticsearch.action.admin.indices.create - package org.elasticsearch.action.admin.indices.create
 
org.elasticsearch.action.admin.indices.delete - package org.elasticsearch.action.admin.indices.delete
 
org.elasticsearch.action.admin.indices.exists.indices - package org.elasticsearch.action.admin.indices.exists.indices
 
org.elasticsearch.action.admin.indices.exists.types - package org.elasticsearch.action.admin.indices.exists.types
 
org.elasticsearch.action.admin.indices.flush - package org.elasticsearch.action.admin.indices.flush
 
org.elasticsearch.action.admin.indices.gateway.snapshot - package org.elasticsearch.action.admin.indices.gateway.snapshot
 
org.elasticsearch.action.admin.indices.mapping.delete - package org.elasticsearch.action.admin.indices.mapping.delete
 
org.elasticsearch.action.admin.indices.mapping.put - package org.elasticsearch.action.admin.indices.mapping.put
 
org.elasticsearch.action.admin.indices.open - package org.elasticsearch.action.admin.indices.open
 
org.elasticsearch.action.admin.indices.optimize - package org.elasticsearch.action.admin.indices.optimize
 
org.elasticsearch.action.admin.indices.refresh - package org.elasticsearch.action.admin.indices.refresh
 
org.elasticsearch.action.admin.indices.segments - package org.elasticsearch.action.admin.indices.segments
 
org.elasticsearch.action.admin.indices.settings - package org.elasticsearch.action.admin.indices.settings
 
org.elasticsearch.action.admin.indices.stats - package org.elasticsearch.action.admin.indices.stats
 
org.elasticsearch.action.admin.indices.status - package org.elasticsearch.action.admin.indices.status
 
org.elasticsearch.action.admin.indices.template.delete - package org.elasticsearch.action.admin.indices.template.delete
 
org.elasticsearch.action.admin.indices.template.put - package org.elasticsearch.action.admin.indices.template.put
 
org.elasticsearch.action.admin.indices.validate.query - package org.elasticsearch.action.admin.indices.validate.query
 
org.elasticsearch.action.admin.indices.warmer.delete - package org.elasticsearch.action.admin.indices.warmer.delete
 
org.elasticsearch.action.admin.indices.warmer.put - package org.elasticsearch.action.admin.indices.warmer.put
 
org.elasticsearch.action.bulk - package org.elasticsearch.action.bulk
 
org.elasticsearch.action.count - package org.elasticsearch.action.count
 
org.elasticsearch.action.delete - package org.elasticsearch.action.delete
 
org.elasticsearch.action.delete.index - package org.elasticsearch.action.delete.index
 
org.elasticsearch.action.deletebyquery - package org.elasticsearch.action.deletebyquery
 
org.elasticsearch.action.explain - package org.elasticsearch.action.explain
 
org.elasticsearch.action.get - package org.elasticsearch.action.get
 
org.elasticsearch.action.index - package org.elasticsearch.action.index
 
org.elasticsearch.action.mlt - package org.elasticsearch.action.mlt
 
org.elasticsearch.action.percolate - package org.elasticsearch.action.percolate
 
org.elasticsearch.action.search - package org.elasticsearch.action.search
 
org.elasticsearch.action.support - package org.elasticsearch.action.support
 
org.elasticsearch.action.support.broadcast - package org.elasticsearch.action.support.broadcast
 
org.elasticsearch.action.support.master - package org.elasticsearch.action.support.master
 
org.elasticsearch.action.support.nodes - package org.elasticsearch.action.support.nodes
 
org.elasticsearch.action.support.replication - package org.elasticsearch.action.support.replication
 
org.elasticsearch.action.support.single.custom - package org.elasticsearch.action.support.single.custom
 
org.elasticsearch.action.support.single.instance - package org.elasticsearch.action.support.single.instance
 
org.elasticsearch.action.support.single.shard - package org.elasticsearch.action.support.single.shard
 
org.elasticsearch.action.update - package org.elasticsearch.action.update
 
org.elasticsearch.client - package org.elasticsearch.client
 
org.elasticsearch.client.http - package org.elasticsearch.client.http
 
org.elasticsearch.client.http.support - package org.elasticsearch.client.http.support
 
org.elasticsearch.client.internal - package org.elasticsearch.client.internal
 
org.elasticsearch.client.support - package org.elasticsearch.client.support
 
org.elasticsearch.cluster - package org.elasticsearch.cluster
 
org.elasticsearch.cluster.block - package org.elasticsearch.cluster.block
 
org.elasticsearch.cluster.metadata - package org.elasticsearch.cluster.metadata
 
org.elasticsearch.cluster.node - package org.elasticsearch.cluster.node
 
org.elasticsearch.cluster.routing - package org.elasticsearch.cluster.routing
 
org.elasticsearch.cluster.routing.allocation - package org.elasticsearch.cluster.routing.allocation
 
org.elasticsearch.cluster.routing.allocation.command - package org.elasticsearch.cluster.routing.allocation.command
 
org.elasticsearch.cluster.routing.allocation.decider - package org.elasticsearch.cluster.routing.allocation.decider
 
org.elasticsearch.common - package org.elasticsearch.common
 
org.elasticsearch.common.bytes - package org.elasticsearch.common.bytes
 
org.elasticsearch.common.collect - package org.elasticsearch.common.collect
 
org.elasticsearch.common.compress - package org.elasticsearch.common.compress
 
org.elasticsearch.common.compress.lzf - package org.elasticsearch.common.compress.lzf
 
org.elasticsearch.common.compress.snappy - package org.elasticsearch.common.compress.snappy
 
org.elasticsearch.common.compress.snappy.xerial - package org.elasticsearch.common.compress.snappy.xerial
 
org.elasticsearch.common.geo - package org.elasticsearch.common.geo
 
org.elasticsearch.common.io - package org.elasticsearch.common.io
 
org.elasticsearch.common.io.stream - package org.elasticsearch.common.io.stream
 
org.elasticsearch.common.joda - package org.elasticsearch.common.joda
 
org.elasticsearch.common.logging - package org.elasticsearch.common.logging
 
org.elasticsearch.common.logging.jdk - package org.elasticsearch.common.logging.jdk
 
org.elasticsearch.common.logging.log4j - package org.elasticsearch.common.logging.log4j
 
org.elasticsearch.common.logging.slf4j - package org.elasticsearch.common.logging.slf4j
 
org.elasticsearch.common.logging.support - package org.elasticsearch.common.logging.support
 
org.elasticsearch.common.lucene.client - package org.elasticsearch.common.lucene.client
 
org.elasticsearch.common.lucene.docset - package org.elasticsearch.common.lucene.docset
 
org.elasticsearch.common.lucene.search - package org.elasticsearch.common.lucene.search
 
org.elasticsearch.common.lucene.util - package org.elasticsearch.common.lucene.util
 
org.elasticsearch.common.metrics - package org.elasticsearch.common.metrics
 
org.elasticsearch.common.netty - package org.elasticsearch.common.netty
 
org.elasticsearch.common.network - package org.elasticsearch.common.network
 
org.elasticsearch.common.os - package org.elasticsearch.common.os
 
org.elasticsearch.common.property - package org.elasticsearch.common.property
 
org.elasticsearch.common.regex - package org.elasticsearch.common.regex
 
org.elasticsearch.common.settings - package org.elasticsearch.common.settings
 
org.elasticsearch.common.settings.loader - package org.elasticsearch.common.settings.loader
 
org.elasticsearch.common.text - package org.elasticsearch.common.text
 
org.elasticsearch.common.transport - package org.elasticsearch.common.transport
 
org.elasticsearch.common.unit - package org.elasticsearch.common.unit
 
org.elasticsearch.common.util.concurrent - package org.elasticsearch.common.util.concurrent
 
org.elasticsearch.common.util.concurrent.jsr166e - package org.elasticsearch.common.util.concurrent.jsr166e
 
org.elasticsearch.common.util.concurrent.jsr166y - package org.elasticsearch.common.util.concurrent.jsr166y
Preview versions of classes targeted for Java 7.
org.elasticsearch.common.xcontent - package org.elasticsearch.common.xcontent
 
org.elasticsearch.common.xcontent.json - package org.elasticsearch.common.xcontent.json
 
org.elasticsearch.common.xcontent.script - package org.elasticsearch.common.xcontent.script
 
org.elasticsearch.common.xcontent.smile - package org.elasticsearch.common.xcontent.smile
 
org.elasticsearch.common.xcontent.support - package org.elasticsearch.common.xcontent.support
 
org.elasticsearch.common.xcontent.yaml - package org.elasticsearch.common.xcontent.yaml
 
org.elasticsearch.discovery.tao.ping - package org.elasticsearch.discovery.tao.ping
 
org.elasticsearch.discovery.tao.ping.multicast - package org.elasticsearch.discovery.tao.ping.multicast
 
org.elasticsearch.discovery.tao.ping.unicast - package org.elasticsearch.discovery.tao.ping.unicast
 
org.elasticsearch.env - package org.elasticsearch.env
 
org.elasticsearch.http - package org.elasticsearch.http
 
org.elasticsearch.http.action.admin.cluster.health - package org.elasticsearch.http.action.admin.cluster.health
 
org.elasticsearch.http.action.admin.cluster.node.hotthreads - package org.elasticsearch.http.action.admin.cluster.node.hotthreads
 
org.elasticsearch.http.action.admin.cluster.node.info - package org.elasticsearch.http.action.admin.cluster.node.info
 
org.elasticsearch.http.action.admin.cluster.node.restart - package org.elasticsearch.http.action.admin.cluster.node.restart
 
org.elasticsearch.http.action.admin.cluster.node.shutdown - package org.elasticsearch.http.action.admin.cluster.node.shutdown
 
org.elasticsearch.http.action.admin.cluster.node.stats - package org.elasticsearch.http.action.admin.cluster.node.stats
 
org.elasticsearch.http.action.admin.cluster.reroute - package org.elasticsearch.http.action.admin.cluster.reroute
 
org.elasticsearch.http.action.admin.cluster.settings - package org.elasticsearch.http.action.admin.cluster.settings
 
org.elasticsearch.http.action.admin.cluster.state - package org.elasticsearch.http.action.admin.cluster.state
 
org.elasticsearch.http.action.admin.indices.alias - package org.elasticsearch.http.action.admin.indices.alias
 
org.elasticsearch.http.action.admin.indices.analyze - package org.elasticsearch.http.action.admin.indices.analyze
 
org.elasticsearch.http.action.admin.indices.cache.clear - package org.elasticsearch.http.action.admin.indices.cache.clear
 
org.elasticsearch.http.action.admin.indices.close - package org.elasticsearch.http.action.admin.indices.close
 
org.elasticsearch.http.action.admin.indices.create - package org.elasticsearch.http.action.admin.indices.create
 
org.elasticsearch.http.action.bulk - package org.elasticsearch.http.action.bulk
 
org.elasticsearch.http.action.count - package org.elasticsearch.http.action.count
 
org.elasticsearch.http.action.delete - package org.elasticsearch.http.action.delete
 
org.elasticsearch.http.action.deletebyquery - package org.elasticsearch.http.action.deletebyquery
 
org.elasticsearch.http.action.explain - package org.elasticsearch.http.action.explain
 
org.elasticsearch.http.action.get - package org.elasticsearch.http.action.get
 
org.elasticsearch.http.action.index - package org.elasticsearch.http.action.index
 
org.elasticsearch.http.action.mlt - package org.elasticsearch.http.action.mlt
 
org.elasticsearch.http.action.percolate - package org.elasticsearch.http.action.percolate
 
org.elasticsearch.http.action.search - package org.elasticsearch.http.action.search
 
org.elasticsearch.http.action.update - package org.elasticsearch.http.action.update
 
org.elasticsearch.index - package org.elasticsearch.index
 
org.elasticsearch.index.cache - package org.elasticsearch.index.cache
 
org.elasticsearch.index.engine - package org.elasticsearch.index.engine
 
org.elasticsearch.index.flush - package org.elasticsearch.index.flush
 
org.elasticsearch.index.get - package org.elasticsearch.index.get
 
org.elasticsearch.index.indexing - package org.elasticsearch.index.indexing
 
org.elasticsearch.index.merge - package org.elasticsearch.index.merge
 
org.elasticsearch.index.query - package org.elasticsearch.index.query
 
org.elasticsearch.index.refresh - package org.elasticsearch.index.refresh
 
org.elasticsearch.index.search.geo - package org.elasticsearch.index.search.geo
 
org.elasticsearch.index.search.stats - package org.elasticsearch.index.search.stats
 
org.elasticsearch.index.shard - package org.elasticsearch.index.shard
 
org.elasticsearch.index.store - package org.elasticsearch.index.store
 
org.elasticsearch.index.warmer - package org.elasticsearch.index.warmer
 
org.elasticsearch.indices - package org.elasticsearch.indices
 
org.elasticsearch.monitor.fs - package org.elasticsearch.monitor.fs
 
org.elasticsearch.monitor.jvm - package org.elasticsearch.monitor.jvm
 
org.elasticsearch.monitor.network - package org.elasticsearch.monitor.network
 
org.elasticsearch.monitor.os - package org.elasticsearch.monitor.os
 
org.elasticsearch.monitor.process - package org.elasticsearch.monitor.process
 
org.elasticsearch.rest - package org.elasticsearch.rest
 
org.elasticsearch.script - package org.elasticsearch.script
 
org.elasticsearch.search - package org.elasticsearch.search
 
org.elasticsearch.search.builder - package org.elasticsearch.search.builder
 
org.elasticsearch.search.facet - package org.elasticsearch.search.facet
 
org.elasticsearch.search.highlight - package org.elasticsearch.search.highlight
 
org.elasticsearch.search.internal - package org.elasticsearch.search.internal
 
org.elasticsearch.search.sort - package org.elasticsearch.search.sort
 
org.elasticsearch.search.warmer - package org.elasticsearch.search.warmer
 
org.elasticsearch.threadpool - package org.elasticsearch.threadpool
 
org.elasticsearch.threadpool.client - package org.elasticsearch.threadpool.client
 
org.elasticsearch.threadpool.transport - package org.elasticsearch.threadpool.transport
 
org.elasticsearch.transport - package org.elasticsearch.transport
 
org.elasticsearch.transport.client - package org.elasticsearch.transport.client
 
org.elasticsearch.transport.local - package org.elasticsearch.transport.local
 
org.elasticsearch.transport.netty - package org.elasticsearch.transport.netty
 
org.elasticsearch.transport.support - package org.elasticsearch.transport.support
 
os - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
os() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
Operating System level information.
os() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node OS be returned.
os(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node OS be returned.
os() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node OS be returned.
os(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node OS be returned.
os - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
os() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Operating System level statistics.
OS_ARCH - Static variable in class org.elasticsearch.common.lucene.util.Constants
 
OS_NAME - Static variable in class org.elasticsearch.common.lucene.util.Constants
The value of System.getProperty("os.name").
OS_NAME - Static variable in class org.elasticsearch.common.os.OsUtils
The value of System.getProperty("os.name").
OS_VERSION - Static variable in class org.elasticsearch.common.lucene.util.Constants
 
OsInfo - Class in org.elasticsearch.monitor.os
 
OsInfo.Cpu - Class in org.elasticsearch.monitor.os
 
OsInfo.Mem - Class in org.elasticsearch.monitor.os
 
OsInfo.Swap - Class in org.elasticsearch.monitor.os
 
OsStats - Class in org.elasticsearch.monitor.os
 
OsStats.Cpu - Class in org.elasticsearch.monitor.os
 
OsStats.Mem - Class in org.elasticsearch.monitor.os
 
OsStats.Mem() - Constructor for class org.elasticsearch.monitor.os.OsStats.Mem
 
OsStats.Swap - Class in org.elasticsearch.monitor.os
 
OsStats.Swap() - Constructor for class org.elasticsearch.monitor.os.OsStats.Swap
 
OsUtils - Class in org.elasticsearch.common.os
 
out - Variable in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
OutputStreamBodyConsumer - Class in com.ning.http.client.consumers
A simple OutputStream implementation for BodyConsumer
OutputStreamBodyConsumer(OutputStream) - Constructor for class com.ning.http.client.consumers.OutputStreamBodyConsumer
 
OutputStreamStreamOutput - Class in org.elasticsearch.common.io.stream
 
OutputStreamStreamOutput(OutputStream) - Constructor for class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
outRsts() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
outSegs() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
oversize(int, int) - Static method in class org.elasticsearch.common.Bytes
Returns an array size >= minTargetSize, generally over-allocating exponentially to achieve amortized linear-time cost as the array grows.
oversize(int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Returns an array size >= minTargetSize, generally over-allocating exponentially to achieve amortized linear-time cost as the array grows.

P

param(String, BytesReference) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String, String) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String, String[]) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String, Integer) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String, Long) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String, Double) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String, Float) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String, Boolean) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String, TimeValue) - Method in class org.elasticsearch.action.support.HttpRequest
 
param(String) - Method in class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
param(String, String) - Method in class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
param(String) - Method in interface org.elasticsearch.common.xcontent.ToXContent.Params
 
param(String, String) - Method in interface org.elasticsearch.common.xcontent.ToXContent.Params
 
param(String, Object) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
Additional parameters that can be provided to the script.
param(String, Object) - Method in class org.elasticsearch.index.query.CustomScoreQueryBuilder
Additional parameters that can be provided to the script.
param(String, Object) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Adds a parameter to the script.
paramAsBoolean(String, boolean) - Method in class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
paramAsBoolean(String, boolean) - Method in interface org.elasticsearch.common.xcontent.ToXContent.Params
 
paramAsBooleanOptional(String, Boolean) - Method in class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
paramAsBooleanOptional(String, Boolean) - Method in interface org.elasticsearch.common.xcontent.ToXContent.Params
 
params(Map<String, Object>) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
Additional parameters that can be provided to the script.
params(Map<String, Object>) - Method in class org.elasticsearch.index.query.CustomScoreQueryBuilder
Additional parameters that can be provided to the script.
params(Map<String, Object>) - Method in class org.elasticsearch.index.query.ScriptFilterBuilder
 
parent(String) - Method in class org.elasticsearch.action.delete.DeleteRequest
Sets the parent id of this document.
parent() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
parent() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
parent(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
Simple sets the routing.
parent(String) - Method in class org.elasticsearch.action.get.GetRequest
Sets the parent id of this document.
parent(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the parent id of this document.
parent() - Method in class org.elasticsearch.action.index.IndexRequest
 
parent(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the parent id of this document.
parent() - Method in class org.elasticsearch.action.update.UpdateRequest
 
parse(XContentParser, MappingMetaData.ParseContext) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
parse(XContentParser) - Static method in class org.elasticsearch.common.geo.GeoJSONShapeParser
Parses the current object from the given XContentParser, creating the Shape representation
parse(String, long) - Method in class org.elasticsearch.common.joda.DateMathParser
 
parse(String, long, boolean, boolean) - Method in class org.elasticsearch.common.joda.DateMathParser
 
parse(String, DistanceUnit, DistanceUnit) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
 
parse(XContentParser, ContentContext) - Method in class org.elasticsearch.script.ContentParseElement
 
parseBoolean(char[], int, int, boolean) - Static method in class org.elasticsearch.common.Booleans
 
parseBoolean(String, boolean) - Static method in class org.elasticsearch.common.Booleans
 
parseBoolean(String, Boolean) - Static method in class org.elasticsearch.common.Booleans
 
parseBytesSizeValue(String) - Static method in class org.elasticsearch.common.unit.ByteSizeValue
 
parseBytesSizeValue(String, ByteSizeValue) - Static method in class org.elasticsearch.common.unit.ByteSizeValue
 
parseCharset(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
parseCookie(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
parseDate(String) - Static method in class com.ning.http.util.DateUtil
Parses a date value.
parseDate(String, Collection<String>) - Static method in class com.ning.http.util.DateUtil
Parses the date value using the given date formats.
parseDate(String, Collection<String>, Date) - Static method in class com.ning.http.util.DateUtil
Parses the date value using the given date formats.
ParsedQuery - Class in org.elasticsearch.index.query
The result of parsing a query.
ParsedQuery(Query, ImmutableMap<String, Filter>) - Constructor for class org.elasticsearch.index.query.ParsedQuery
 
ParsedQuery(Query, ParsedQuery) - Constructor for class org.elasticsearch.index.query.ParsedQuery
 
parseInt(char[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Parses the string argument as if it was an int value and returns the result.
parseInt(char[], int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Parses a char array into an int.
parseInt(char[], int, int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Parses the string argument as if it was an int value and returns the result.
parseLocaleString(String) - Static method in class org.elasticsearch.common.Strings
Parse the given localeString into a Locale.
parser() - Method in class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
parseSizeValue(String) - Static method in class org.elasticsearch.common.unit.SizeValue
 
parseSizeValue(String, SizeValue) - Static method in class org.elasticsearch.common.unit.SizeValue
 
parseStringTimestamp(String, FormatDateTimeFormatter) - Static method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
parseStringValue(String, PropertyPlaceholder.PlaceholderResolver, Set<String>) - Method in class org.elasticsearch.common.property.PropertyPlaceholder
 
parseTimeValue(String, TimeValue) - Static method in class org.elasticsearch.common.unit.TimeValue
 
parseUnit(String, DistanceUnit) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
 
parseUpperInclusive(String, long) - Method in class org.elasticsearch.common.joda.DateMathParser
 
parseWWWAuthenticateHeader(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
parsingStillNeeded() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Is parsing still needed?
Part - Interface in com.ning.http.client
Interface for the parts in a multipart request.
Part - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
Part() - Constructor for class com.ning.http.multipart.Part
 
PartBase - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
PartBase(String, String, String, String) - Constructor for class com.ning.http.multipart.PartBase
Constructor.
partialField(String, String, String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a partial field based on _source, with an "include" and/or "exclude" set which can include simple wildcard elements.
partialField(String, String[], String[]) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a partial field based on _source, with an "includes" and/or "excludes set which can include simple wildcard elements.
parts - Variable in class com.ning.http.multipart.MultipartRequestEntity
The MIME parts as set by the constructor
PartSource - Interface in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
passiveOpens() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
patchNettyChunkingIssue(boolean) - Method in class com.ning.http.client.generators.InputStreamBodyGenerator
HACK: This is required because Netty has issues with chunking.
path() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Id
 
path() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
path() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
pathElements() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Id
 
pathElements() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
pathElements() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
pathEquals(String, String) - Static method in class org.elasticsearch.common.Strings
Compare two paths after normalization of them.
PATTERN_ASCTIME - Static variable in class com.ning.http.util.DateUtil
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class com.ning.http.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class com.ning.http.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1123 format.
payload() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
peakCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
peakMax() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
peakUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
peek() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
peek() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
 
peekFirst() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
peekLast() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
peekNextLocalTask() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Returns, but does not unschedule or execute, a task queued by the current thread but not yet executed, if one is immediately available.
PeerRecoveryStatus - Class in org.elasticsearch.action.admin.indices.status
 
PeerRecoveryStatus(PeerRecoveryStatus.Stage, long, long, long, long, long, long) - Constructor for class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
peerRecoveryStatus() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Peer recovery status (null if not applicable).
PeerRecoveryStatus.Stage - Enum in org.elasticsearch.action.admin.indices.status
 
Percent - Class in org.elasticsearch.common.unit
 
Percent(double) - Constructor for class org.elasticsearch.common.unit.Percent
 
percent() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu usage.
percentTermsToMatch(float) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The percent of the terms to match for each field.
percentTermsToMatch() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The percent of the terms to match for each field.
percentTermsToMatch(float) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
The percentage of terms to match.
percentTermsToMatch(float) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
The percentage of terms to match.
percolate(String) - Method in class org.elasticsearch.action.index.IndexRequest
Causes the index request document to be percolated.
percolate() - Method in class org.elasticsearch.action.index.IndexRequest
 
percolate(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Causes the update request document to be percolated.
percolate() - Method in class org.elasticsearch.action.update.UpdateRequest
 
percolate(PercolateRequest) - Method in interface org.elasticsearch.client.IngestClient
Percolates a request returning the matches documents.
percolate(PercolateRequest, ActionListener<PercolateResponse>) - Method in interface org.elasticsearch.client.IngestClient
Percolates a request returning the matches documents.
percolate(PercolateRequest) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
percolate(PercolateRequest, ActionListener<PercolateResponse>) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
PERCOLATE - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
PercolateAction - Class in org.elasticsearch.action.percolate
 
PercolateRequest - Class in org.elasticsearch.action.percolate
 
PercolateRequest() - Constructor for class org.elasticsearch.action.percolate.PercolateRequest
 
PercolateRequest(String, String) - Constructor for class org.elasticsearch.action.percolate.PercolateRequest
Constructs a new percolate request.
PercolateRequestBuilder - Class in org.elasticsearch.action.percolate
 
PercolateRequestBuilder(IngestClient) - Constructor for class org.elasticsearch.action.percolate.PercolateRequestBuilder
 
PercolateRequestBuilder(IngestClient, String, String) - Constructor for class org.elasticsearch.action.percolate.PercolateRequestBuilder
 
PercolateResponse - Class in org.elasticsearch.action.percolate
 
PercolateResponse(List<String>) - Constructor for class org.elasticsearch.action.percolate.PercolateResponse
 
PerRequestConfig - Class in com.ning.http.client
Deprecated.
Per request properties are set on request directly or via builder. This class will be gone in next major release.
PerRequestConfig() - Constructor for class com.ning.http.client.PerRequestConfig
Deprecated.
 
PerRequestConfig(ProxyServer, int) - Constructor for class com.ning.http.client.PerRequestConfig
Deprecated.
 
persistentSettings() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
persistentSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
persistentSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
persistentSettings(String) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
persistentSettings(Map) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
persistentSettings() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
persistentSettings(Settings) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
persistentSettings() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
Phaser - Class in org.elasticsearch.common.util.concurrent.jsr166y
A reusable synchronization barrier, similar in functionality to CyclicBarrier and CountDownLatch but supporting more flexible usage.
Phaser() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Creates a new phaser with no initially registered parties, no parent, and initial phase number 0.
Phaser(int) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Creates a new phaser with the given number of registered unarrived parties, no parent, and initial phase number 0.
Phaser(Phaser) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Equivalent to Phaser(parent, 0).
Phaser(Phaser, int) - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Creates a new phaser with the given parent and number of registered unarrived parties.
phraseSlop(int) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
Sets the default slop for phrases.
phraseSlop(int) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Sets the default slop for phrases.
pid() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
The process id.
ping(TaoPing.PingListener, TimeValue) - Method in class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing
 
ping(TaoPing.PingListener, TimeValue) - Method in interface org.elasticsearch.discovery.tao.ping.TaoPing
 
ping(TaoPing.PingListener, TimeValue) - Method in class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
pingAndWait(TimeValue) - Method in class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing
 
pingAndWait(TimeValue) - Method in class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
PlainActionFuture<T> - Class in org.elasticsearch.action.support
 
PlainActionFuture() - Constructor for class org.elasticsearch.action.support.PlainActionFuture
 
PlainListenableActionFuture<T> - Class in org.elasticsearch.action.support
 
PlainListenableActionFuture(boolean, ThreadPool) - Constructor for class org.elasticsearch.action.support.PlainListenableActionFuture
 
PlainShardIterator - Class in org.elasticsearch.cluster.routing
 
PlainShardIterator(ShardId, List<ShardRouting>) - Constructor for class org.elasticsearch.cluster.routing.PlainShardIterator
 
PlainShardIterator(ShardId, List<ShardRouting>, int) - Constructor for class org.elasticsearch.cluster.routing.PlainShardIterator
 
PlainShardsIterator - Class in org.elasticsearch.cluster.routing
 
PlainShardsIterator(List<ShardRouting>) - Constructor for class org.elasticsearch.cluster.routing.PlainShardsIterator
 
PlainShardsIterator(List<ShardRouting>, int) - Constructor for class org.elasticsearch.cluster.routing.PlainShardsIterator
 
PlainTransportFuture<V extends TransportResponse> - Class in org.elasticsearch.transport
 
PlainTransportFuture(TransportResponseHandler<V>) - Constructor for class org.elasticsearch.transport.PlainTransportFuture
 
pluginsFile - Variable in class org.elasticsearch.env.ClientEnvironment
 
pluginsFile() - Method in class org.elasticsearch.env.ClientEnvironment
 
point(double, double) - Method in class org.elasticsearch.common.geo.ShapeBuilder.PolygonBuilder
Adds a point to the Polygon
point(double, double) - Method in class org.elasticsearch.index.query.GeoDistanceFilterBuilder
 
point(double, double) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
Point - Class in org.elasticsearch.index.search.geo
 
Point() - Constructor for class org.elasticsearch.index.search.geo.Point
 
Point(double, double) - Constructor for class org.elasticsearch.index.search.geo.Point
 
point(double, double) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The point to create the range distance facets from.
poll(U) - Method in interface com.ning.http.client.ConnectionsPool
Remove the connection associated with the uri.
poll(String) - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Remove the connection associated with the uri.
poll() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
poll(long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
 
poll() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
 
pollFirst() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
pollLast() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
pollNextLocalTask() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Unschedules and returns, without executing, the next task queued by the current thread but not yet executed.
pollSubmission() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Removes and returns the next unexecuted submission if one is available.
pollTask() - Static method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if one is available, or if not available, a task that was forked by some other thread, if available.
pop() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
popEntry() - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput
 
popEntry() - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput
 
ports() - Method in class org.elasticsearch.common.transport.PortsRange
 
PortsRange - Class in org.elasticsearch.common.transport
 
PortsRange(String) - Constructor for class org.elasticsearch.common.transport.PortsRange
 
PortsRange.PortCallback - Interface in org.elasticsearch.common.transport
 
pos - Variable in class org.elasticsearch.common.io.FastByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos - Variable in class org.elasticsearch.common.io.FastCharArrayReader
The current buffer position.
pos - Variable in class org.elasticsearch.common.io.stream.BytesStreamInput
 
position() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
position() - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
 
position() - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
position() - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
position() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
position() - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
position() - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
positive(QueryBuilder) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
post(Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyConsumer, Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyGenerator) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyGenerator, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyGenerator, BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyGenerator, BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
postAdded() - Method in interface org.elasticsearch.cluster.TimeoutClusterStateListener
 
postTags(String...) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
Explicitly set the post tags that will be used for highlighting.
PRECISION - Static variable in class org.elasticsearch.index.search.geo.GeoHashUtils
 
Preconditions - Class in org.elasticsearch.common
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
preferAttributesActiveShardsIt(String[], DiscoveryNodes) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
preferAttributesActiveShardsIt(String[], DiscoveryNodes, int) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
preference() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
preference(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
preference - Variable in class org.elasticsearch.action.get.GetRequest
 
preference(String) - Method in class org.elasticsearch.action.get.GetRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.get.GetRequest
 
preference(String) - Method in class org.elasticsearch.action.get.MultiGetRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
preference(String) - Method in class org.elasticsearch.action.search.SearchRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.search.SearchRequest
 
preferLocal(boolean) - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
if this operation hits a node with a local relevant shard, should it be preferred to be executed on, or just do plain round robin.
preferLocalShard() - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
if this operation hits a node with a local relevant shard, should it be preferred to be executed on, or just do plain round robin.
preferNodeActiveShardsIt(String) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Prefers execution on the provided node if applicable.
preferNodeAssignedShardsIt(String) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Prefers execution on the provided node if applicable.
preferNodeShardsIt(String) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Prefers execution on the provided node if applicable.
PREFERRED_ENCODING - Static variable in class org.elasticsearch.common.Base64
Preferred encoding.
prefixFilter(String, String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter that restricts search results to values that have a matching prefix in a given field.
PrefixFilterBuilder - Class in org.elasticsearch.index.query
A filter that restricts search results to values that have a matching prefix in a given field.
PrefixFilterBuilder(String, String) - Constructor for class org.elasticsearch.index.query.PrefixFilterBuilder
A filter that restricts search results to values that have a matching prefix in a given field.
prefixLength(int) - Method in class org.elasticsearch.index.query.FuzzyLikeThisFieldQueryBuilder
 
prefixLength(int) - Method in class org.elasticsearch.index.query.FuzzyLikeThisQueryBuilder
 
prefixLength(int) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
prefixLength(int) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
prefixLength(int) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
prefixQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing terms with a specified prefix.
PrefixQueryBuilder - Class in org.elasticsearch.index.query
A Query that matches documents containing terms with a specified prefix.
PrefixQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.PrefixQueryBuilder
A Query that matches documents containing terms with a specified prefix.
prepareAliases() - Method in interface org.elasticsearch.client.IndicesAdminClient
Allows to add/remove aliases from indices.
prepareAliases() - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareAnalyze(String, String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text under the provided index.
prepareAnalyze(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text.
prepareAnalyze(String, String) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareAnalyze(String) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareBulk() - Method in interface org.elasticsearch.client.IngestClient
Executes a bulk of index / delete operations.
prepareBulk() - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareClearCache(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Clear indices cache.
prepareClearCache(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareClose(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Closes an index based on the index name.
prepareClose(String) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareConnect(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client CONNECT request.
prepareCount(String...) - Method in interface org.elasticsearch.client.SearchClient
A count of all the documents matching a specific query.
prepareCount(String...) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
prepareCreate(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Creates an index using an explicit request allowing to specify the settings of the index.
prepareCreate(String) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareDelete(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client DELETE request.
prepareDelete(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index based on the index name.
prepareDelete() - Method in interface org.elasticsearch.client.IngestClient
Deletes a document from the index based on the index, type and id.
prepareDelete(String, String, String) - Method in interface org.elasticsearch.client.IngestClient
Deletes a document from the index based on the index, type and id.
prepareDelete(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareDelete() - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareDelete(String, String, String) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareDeleteByQuery(String...) - Method in interface org.elasticsearch.client.SearchClient
Deletes all documents from one or more indices based on a query.
prepareDeleteByQuery(String...) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
prepareDeleteMapping(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes mapping definition for a type into one or more indices.
prepareDeleteMapping(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareDeleteTemplate(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index template.
prepareDeleteTemplate(String) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareDeleteWarmer() - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index warmer.
prepareDeleteWarmer() - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareExecute(ClusterAction<Request, Response, RequestBuilder>) - Method in interface org.elasticsearch.client.ClusterAdminClient
 
prepareExecute(Action<Request, Response, RequestBuilder, Client>) - Method in interface org.elasticsearch.client.GenericClient
Prepares a request builder to execute, specified by Action.
prepareExecute(Action<Request, Response, RequestBuilder, Client>) - Method in class org.elasticsearch.client.http.support.InternalHttpClusterAdminClient
 
prepareExecute(Action<Request, Response, RequestBuilder, Client>) - Method in class org.elasticsearch.client.http.support.InternalHttpIndicesAdminClient
 
prepareExecute(Action<Request, Response, RequestBuilder, Client>) - Method in class org.elasticsearch.client.http.support.InternalHttpIngestClient
 
prepareExecute(Action<Request, Response, RequestBuilder, Client>) - Method in class org.elasticsearch.client.http.support.InternalHttpSearchClient
 
prepareExecute(IndicesAction<Request, Response, RequestBuilder>) - Method in interface org.elasticsearch.client.IndicesAdminClient
 
prepareExecute(Action<Request, Response, RequestBuilder, SearchClient>) - Method in interface org.elasticsearch.client.SearchClient
Prepares a request builder to execute, specified by Action.
prepareExecute(ClusterAction<Request, Response, RequestBuilder>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareExecute(IndicesAction<Request, Response, RequestBuilder>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareExecute(Action<Request, Response, RequestBuilder, IngestClient>) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareExecute(Action<Request, Response, RequestBuilder, SearchClient>) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
prepareExists(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices exists.
prepareExists(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareExplain(String, String, String) - Method in interface org.elasticsearch.client.SearchClient
Computes a score explanation for the specified request.
prepareExplain(String, String, String) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
prepareFlush(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly flush one or more indices (releasing memory from the node).
prepareFlush(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareGatewaySnapshot(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly perform gateway snapshot for one or more indices.
prepareGatewaySnapshot(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareGet(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client GET request.
prepareGet() - Method in interface org.elasticsearch.client.IngestClient
Gets the document that was indexed from an index with a type and id.
prepareGet(String, String, String) - Method in interface org.elasticsearch.client.IngestClient
Gets the document that was indexed from an index with a type (optional) and id.
prepareGet() - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareGet(String, String, String) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareHead(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client HEAD request.
prepareHealth(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
The health of the cluster.
prepareHealth(String...) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareIndex() - Method in interface org.elasticsearch.client.IngestClient
Index a document associated with a given index and type.
prepareIndex(String, String) - Method in interface org.elasticsearch.client.IngestClient
Index a document associated with a given index and type.
prepareIndex(String, String, String) - Method in interface org.elasticsearch.client.IngestClient
Index a document associated with a given index and type.
prepareIndex() - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareIndex(String, String) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareIndex(String, String, String) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareMoreLikeThis(String, String, String) - Method in interface org.elasticsearch.client.SearchClient
A more like this action to search for documents that are "like" a specific document.
prepareMoreLikeThis(String, String, String) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
prepareMultiGet() - Method in interface org.elasticsearch.client.IngestClient
Multi get documents.
prepareMultiGet() - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareMultiSearch() - Method in interface org.elasticsearch.client.SearchClient
Performs multiple search requests.
prepareMultiSearch() - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
prepareNodesHotThreads(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
 
prepareNodesHotThreads(String...) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareNodesInfo(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes info of the cluster.
prepareNodesInfo(String...) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareNodesRestart(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Restarts nodes in the cluster.
prepareNodesRestart(String...) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareNodesShutdown(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Shutdown nodes in the cluster.
prepareNodesShutdown(String...) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareNodesStats(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes stats of the cluster.
prepareNodesStats(String...) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareOpen(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Opens an index based on the index name.
prepareOpen(String) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareOptimize(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly optimize one or more indices into a the number of segments.
prepareOptimize(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareOptions(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client OPTIONS request.
preparePatch(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client PATCH request.
preparePercolate(String, String) - Method in interface org.elasticsearch.client.IngestClient
Percolates a request returning the matches documents.
preparePercolate(String, String) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
preparePost(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client POST request.
preparePut(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client PUT request.
preparePutMapping(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Add mapping definition for a type into one or more indices.
preparePutMapping(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
preparePutTemplate(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index template.
preparePutTemplate(String) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
preparePutWarmer(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index search warmer to be applies when applicable.
preparePutWarmer(String) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareRefresh(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
prepareRefresh(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareRequest(Request) - Method in class com.ning.http.client.AsyncHttpClient
Construct a RequestBuilder using a Request
prepareReroute() - Method in interface org.elasticsearch.client.ClusterAdminClient
Update settings in the cluster.
prepareReroute() - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareResponse(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Method in interface com.ning.http.client.AsyncHttpProvider
Prepare a Response
prepareResponse(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
prepareResponse(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
prepareSearch(String...) - Method in interface org.elasticsearch.client.SearchClient
Search across one or more indices and one or more types with a query.
prepareSearch(String...) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
prepareSearchScroll(String) - Method in interface org.elasticsearch.client.SearchClient
A search scroll request to continue searching a previous scrollable search request.
prepareSearchScroll(String) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
prepareSegments(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
The segments of one or more indices.
prepareSegments(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareSettings(Settings, boolean) - Static method in class org.elasticsearch.client.internal.InternalClientSettingsPreparer
 
prepareState() - Method in interface org.elasticsearch.client.ClusterAdminClient
The state of the cluster.
prepareState() - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareStats(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices stats.
prepareStats(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareStatus(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
The status of one or more indices.
prepareStatus(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareTrace(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client TRACE request.
prepareTypesExists(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices exists.
prepareTypesExists(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareUpdate() - Method in interface org.elasticsearch.client.IngestClient
Updates a document based on a script.
prepareUpdate(String, String, String) - Method in interface org.elasticsearch.client.IngestClient
Updates a document based on a script.
prepareUpdate() - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareUpdate(String, String, String) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
prepareUpdateSettings() - Method in interface org.elasticsearch.client.ClusterAdminClient
Update settings in the cluster.
prepareUpdateSettings(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Update indices settings.
prepareUpdateSettings() - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
prepareUpdateSettings(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
prepareValidateQuery(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Validate a query for correctness.
prepareValidateQuery(String...) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
preTags(String...) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
Explicitly set the pre tags that will be used for highlighting.
prettyPrint() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
prettyPrint() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
prettyPrint() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
prettyPrint() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
prettyPrint() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
prettyPrint() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
previousMasterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
previousState() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
primaries() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
primaries() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
primary() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
primary - Variable in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
primary() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
primary() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
Is this a primary shard.
primaryActive() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
primaryAllocatedPostApi() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Has this shard group primary shard been allocated post API creation.
primaryFirstActiveShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
primaryInterface() - Method in class org.elasticsearch.monitor.network.NetworkInfo
 
primaryShard() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
primaryShardIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns an iterator only on the primary shard.
primaryShardsActive() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
primaryShardsUnassigned() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
primaryStoreSize() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
Returns only the primary shards store size in bytes.
primaryStoreSize() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
Returns only the primary shards store size in bytes.
printer() - Method in class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
process - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
process() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
Process level information.
process() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Process be returned.
process(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Process be returned.
process() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Process be returned.
process(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Process be returned.
process - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
process() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Process level statistics.
ProcessedClusterStateUpdateTask - Interface in org.elasticsearch.cluster
An extension interface to ClusterStateUpdateTask that allows to be notified when the cluster state update has been processed.
ProcessInfo - Class in org.elasticsearch.monitor.process
 
ProcessInfo(long, long) - Constructor for class org.elasticsearch.monitor.process.ProcessInfo
 
ProcessStats - Class in org.elasticsearch.monitor.process
 
ProcessStats.Cpu - Class in org.elasticsearch.monitor.process
 
ProcessStats.Mem - Class in org.elasticsearch.monitor.process
 
ProgressAsyncHandler<T> - Interface in com.ning.http.client
An extended AsyncHandler with two extra callback who get invoked during the content upload to a remote server.
PropertiesBasedResumableProcessor - Class in com.ning.http.client.resumable
A ResumableAsyncHandler.ResumableProcessor which use a properties file to store the download index information.
PropertiesBasedResumableProcessor() - Constructor for class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
 
propertiesSet() - Method in interface com.ning.http.client.AsyncHttpProviderConfig
Return the curent entry set.
propertiesSet() - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
propertiesSet() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Return the curent entry set.
PropertiesSettingsLoader - Class in org.elasticsearch.common.settings.loader
Settings loader that loads (parses) the settings in a properties format.
PropertiesSettingsLoader() - Constructor for class org.elasticsearch.common.settings.loader.PropertiesSettingsLoader
 
PropertyPlaceholder - Class in org.elasticsearch.common.property
Utility class for working with Strings that have placeholder values in them.
PropertyPlaceholder(String, String) - Constructor for class org.elasticsearch.common.property.PropertyPlaceholder
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholder(String, String, boolean) - Constructor for class org.elasticsearch.common.property.PropertyPlaceholder
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholder.PlaceholderResolver - Interface in org.elasticsearch.common.property
Strategy interface used to resolve replacement values for placeholders contained in Strings.
Protocol - Interface in com.ning.http.client.providers.netty
 
provider - Variable in class com.ning.http.client.HttpContent
 
provider() - Method in class com.ning.http.client.HttpContent
Return the current AsyncHttpProvider
provider() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
providerConfig - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
PROXY_HOST - Static variable in class com.ning.http.util.ProxyUtils
The host to use as proxy.
PROXY_NONPROXYHOSTS - Static variable in class com.ning.http.util.ProxyUtils
A specification of non-proxy hosts.
PROXY_PASSWORD - Static variable in class com.ning.http.util.ProxyUtils
The password to use for authentication for the proxy server.
PROXY_PORT - Static variable in class com.ning.http.util.ProxyUtils
The port to use for the proxy.
PROXY_PROTOCOL - Static variable in class com.ning.http.util.ProxyUtils
The protocol to use.
PROXY_USER - Static variable in class com.ning.http.util.ProxyUtils
The username to use for authentication for the proxy server.
proxyServer - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ProxyServer - Class in com.ning.http.client
Represents a proxy server.
ProxyServer(ProxyServer.Protocol, String, int, String, String) - Constructor for class com.ning.http.client.ProxyServer
 
ProxyServer(String, int, String, String) - Constructor for class com.ning.http.client.ProxyServer
 
ProxyServer(ProxyServer.Protocol, String, int) - Constructor for class com.ning.http.client.ProxyServer
 
ProxyServer(String, int) - Constructor for class com.ning.http.client.ProxyServer
 
ProxyServer.Protocol - Enum in com.ning.http.client
 
ProxyUtils - Class in com.ning.http.util
Utilities for Proxy handling.
ProxyUtils() - Constructor for class com.ning.http.util.ProxyUtils
 
publishAddress() - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
push(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
pushEntry(BasicCachedStreamOutput.Entry) - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput
 
pushEntry(NettyCachedStreamOutput.Entry) - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput
 
put(String, List<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
put(String, List<String>) - Method in class com.ning.http.client.FluentStringsMap
put(String, long) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
Associate a key with the number of bytes sucessfully transferred.
put(String, long) - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Associate a key with the number of bytes sucessfully transferred.
put(String, List<String>) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
put(Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyConsumer, Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(IndexMetaData.Builder) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
put(IndexMetaData, boolean) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
put(IndexTemplateMetaData.Builder) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
put(IndexTemplateMetaData) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
put(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
put(K, V) - Method in class org.elasticsearch.common.collect.MapBuilder
 
put(String, String) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets a setting with the provided setting key and value.
put(String, Class) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets a setting with the provided setting key and class as value.
put(String, boolean) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting with the provided setting key and the boolean value.
put(String, int) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting with the provided setting key and the int value.
put(String, Version) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
 
put(String, long) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting with the provided setting key and the long value.
put(String, float) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting with the provided setting key and the float value.
put(String, double) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting with the provided setting key and the double value.
put(String, long, TimeUnit) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting with the provided setting key and the time value.
put(String, long, ByteSizeUnit) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting with the provided setting key and the size value.
put(String, String, String[], String[]) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting group.
put(Settings) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets all the provided settings.
put(Map<String, String>) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets all the provided settings.
put(Properties) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets all the provided settings.
put(long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
put(Long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
put(long, T) - Method in interface org.elasticsearch.common.util.concurrent.ConcurrentMapLong
 
put(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
putAlias(AliasMetaData) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putAlias(AliasMetaData.Builder) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.FluentStringsMap
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
putAll(DiscoveryNodes) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
putAll(Iterable<DiscoveryNode>) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
putAll(Map<K, V>) - Method in class org.elasticsearch.common.collect.MapBuilder
 
putAll(Map<? extends Long, ? extends T>) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
putArray(String, String...) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Sets the setting with the provided setting key and an array of values.
putCustom(String, ClusterState.Custom) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
putCustom(String, IndexMetaData.Custom) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putCustom(String, IndexMetaData.Custom) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
putCustom(String, MetaData.Custom) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
putHeader(String, Object) - Method in class org.elasticsearch.action.ActionRequestBuilder
 
putHeader(String, Object) - Method in class org.elasticsearch.transport.TransportRequest
 
putHeader(String, Object) - Method in class org.elasticsearch.transport.TransportResponse
 
putIfAbsent(long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
putIfAbsent(Long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
putIfAbsent(long, T) - Method in interface org.elasticsearch.common.util.concurrent.ConcurrentMapLong
 
PutIndexTemplateAction - Class in org.elasticsearch.action.admin.indices.template.put
 
PutIndexTemplateRequest - Class in org.elasticsearch.action.admin.indices.template.put
A request to create an index template.
PutIndexTemplateRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Constructs a new put index template request with the provided name.
PutIndexTemplateRequestBuilder - Class in org.elasticsearch.action.admin.indices.template.put
 
PutIndexTemplateRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
 
PutIndexTemplateRequestBuilder(IndicesAdminClient, String) - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
 
PutIndexTemplateResponse - Class in org.elasticsearch.action.admin.indices.template.put
A response for a put index template action.
putMapping(PutMappingRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Add mapping definition for a type into one or more indices.
putMapping(PutMappingRequest, ActionListener<PutMappingResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Add mapping definition for a type into one or more indices.
putMapping(PutMappingRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
putMapping(PutMappingRequest, ActionListener<PutMappingResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
putMapping(String, String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putMapping(MappingMetaData) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putMapping(String, CompressedString) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
putMapping(String, String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
PutMappingAction - Class in org.elasticsearch.action.admin.indices.mapping.put
 
PutMappingRequest - Class in org.elasticsearch.action.admin.indices.mapping.put
Puts mapping definition registered under a specific type into one or more indices.
PutMappingRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
Constructs a new put mapping request against one or more indices.
putMappingRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Create a create mapping request against one or more indices.
PutMappingRequestBuilder - Class in org.elasticsearch.action.admin.indices.mapping.put
 
PutMappingRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
 
PutMappingResponse - Class in org.elasticsearch.action.admin.indices.mapping.put
The response of put mapping operation.
putProperties(String, Properties) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Puts all the properties with keys starting with the provided prefix.
putProperties(String, Properties, String[]) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Puts all the properties with keys starting with the provided prefix.
putTemplate(PutIndexTemplateRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index template.
putTemplate(PutIndexTemplateRequest, ActionListener<PutIndexTemplateResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index template.
putTemplate(PutIndexTemplateRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
putTemplate(PutIndexTemplateRequest, ActionListener<PutIndexTemplateResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
putWarmer(PutWarmerRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index search warmer to be applies when applicable.
putWarmer(PutWarmerRequest, ActionListener<PutWarmerResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index search warmer to be applies when applicable.
putWarmer(PutWarmerRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
putWarmer(PutWarmerRequest, ActionListener<PutWarmerResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
PutWarmerAction - Class in org.elasticsearch.action.admin.indices.warmer.put
 
PutWarmerRequest - Class in org.elasticsearch.action.admin.indices.warmer.put
A request to put a search warmer.
PutWarmerRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
Constructs a new warmer.
PutWarmerRequestBuilder - Class in org.elasticsearch.action.admin.indices.warmer.put
 
PutWarmerRequestBuilder(IndicesAdminClient, String) - Constructor for class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
 
PutWarmerRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
 
PutWarmerResponse - Class in org.elasticsearch.action.admin.indices.warmer.put
The response of put warmer operation.

Q

QuarterOfYear - Static variable in class org.elasticsearch.common.joda.Joda
 
Quarters - Static variable in class org.elasticsearch.common.joda.Joda
 
Queries - Class in org.elasticsearch.common.lucene.search
 
Queries() - Constructor for class org.elasticsearch.common.lucene.search.Queries
 
query(QueryBuilder) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The query source to execute.
query(Map) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The query source to execute in the form of a map.
query(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
query(String) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The query source to validate.
query(byte[]) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The query source to validate.
query(byte[], int, int, boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The query source to validate.
query(BytesReference, boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The query source to validate.
query(QueryBuilder) - Method in class org.elasticsearch.action.count.CountRequest
The query source to execute.
query(Map) - Method in class org.elasticsearch.action.count.CountRequest
The query source to execute in the form of a map.
query(XContentBuilder) - Method in class org.elasticsearch.action.count.CountRequest
 
query(String) - Method in class org.elasticsearch.action.count.CountRequest
The query source to execute.
query(byte[]) - Method in class org.elasticsearch.action.count.CountRequest
The query source to execute.
query(byte[], int, int, boolean) - Method in class org.elasticsearch.action.count.CountRequest
The query source to execute.
query(BytesReference, boolean) - Method in class org.elasticsearch.action.count.CountRequest
 
query(QueryBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
The query source to execute.
query(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
The query source to execute.
query(Map) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
The query source to execute in the form of a map.
query(XContentBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
 
query(byte[]) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
The query source to execute.
query(byte[], int, int, boolean) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
The query source to execute.
query(BytesReference, boolean) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
 
query(QueryBuilder) - Method in class org.elasticsearch.action.explain.ExplainSourceBuilder
 
query(BytesReference) - Method in class org.elasticsearch.action.explain.ExplainSourceBuilder
 
query() - Method in class org.elasticsearch.index.query.ParsedQuery
The query parsed.
query(QueryBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a search query.
query(byte[]) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a raw search query.
query(byte[], int, int) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a raw search query.
query(BytesReference) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a raw search query.
query(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a raw search query.
query(XContentBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a query from a builder.
query(Map) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder with a query from a map.
QUERY_NAME - Static variable in class org.elasticsearch.index.query.QueryFilterBuilder
 
QueryBuilder - Interface in org.elasticsearch.index.query
 
QueryBuilderException - Exception in org.elasticsearch.index.query
 
QueryBuilderException(String) - Constructor for exception org.elasticsearch.index.query.QueryBuilderException
 
QueryBuilderException(String, Throwable) - Constructor for exception org.elasticsearch.index.query.QueryBuilderException
 
QueryBuilders - Class in org.elasticsearch.index.query
A static factory for simple "import static" usage.
queryCount() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
queryCurrent() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
QueryExplanation - Class in org.elasticsearch.action.admin.indices.validate.query
 
QueryExplanation(String, boolean, String, String) - Constructor for class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
queryExplanations() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
The list of query explanations.
queryFilter(QueryBuilder) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter that simply wraps a query.
QueryFilterBuilder - Class in org.elasticsearch.index.query
A filter that simply wraps a query.
QueryFilterBuilder(QueryBuilder) - Constructor for class org.elasticsearch.index.query.QueryFilterBuilder
A filter that simply wraps a query.
queryHint - Variable in class org.elasticsearch.action.count.CountRequest
 
queryHint() - Method in class org.elasticsearch.action.count.CountRequest
 
queryHint(String) - Method in class org.elasticsearch.action.count.CountRequest
A query hint to optionally later be used when routing the request.
queryHint(String) - Method in class org.elasticsearch.action.search.SearchRequest
A query hint to optionally later be used when routing the request.
queryHint() - Method in class org.elasticsearch.action.search.SearchRequest
A query hint to optionally later be used when routing the request.
querySource() - Method in class org.elasticsearch.action.count.CountRequest
The query source to execute.
querySource() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
The query source to execute.
queryString(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that parses a query string and runs it.
QueryStringQueryBuilder - Class in org.elasticsearch.index.query
A query that parses a query string and runs it.
QueryStringQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.QueryStringQueryBuilder
 
QueryStringQueryBuilder.Operator - Enum in org.elasticsearch.index.query
 
queryTime() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
queryTimeInMillis() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
queue() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
QUEUE - Static variable in class org.elasticsearch.threadpool.ThreadPoolStatsElement.Fields
 
queue() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
queue() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
quickSort(T[], int, int, Comparator<? super T>) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array slice using the Comparator.
quickSort(T[], Comparator<? super T>) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array using the Comparator.
quickSort(T[], int, int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array slice in natural order.
quickSort(T[]) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
Sorts the given array in natural order.
quickSort(int, int) - Method in class org.elasticsearch.common.lucene.util.SorterTemplate
Sorts via in-place, but unstable, QuickSort algorithm.
quietlyComplete() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Completes this task normally without setting a value.
quietlyInvoke() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Commences performing this task and awaits its completion if necessary, without returning its result or throwing its exception.
quietlyJoin() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Joins this task, without returning its result or throwing its exception.
QUOTE - Static variable in class com.ning.http.multipart.Part
Content dispostion characters
quote(String) - Static method in class org.elasticsearch.common.Strings
Quote the given String with single quotes.
quoteAnalyzer(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
The optional analyzer used to analyze the query string for phrase searches.
quoteFieldSuffix(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
An optional field name suffix to automatically try and add to the field searched when using quoted text.
quoteIfString(Object) - Static method in class org.elasticsearch.common.Strings
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

raiseNodeConnected(DiscoveryNode) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
raiseNodeDisconnected(DiscoveryNode) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
RamUsage - Class in org.elasticsearch.common
 
RamUsage() - Constructor for class org.elasticsearch.common.RamUsage
 
RamUsageEstimator - Class in org.elasticsearch.common.lucene.util
Estimates the size (memory representation) of Java objects.
RamUsageEstimator() - Constructor for class org.elasticsearch.common.lucene.util.RamUsageEstimator
Deprecated.
Don't create instances of this class, instead use the static RamUsageEstimator.sizeOf(Object) method that has no intern checking, too.
RamUsageEstimator(boolean) - Constructor for class org.elasticsearch.common.lucene.util.RamUsageEstimator
Deprecated.
Don't create instances of this class, instead use the static RamUsageEstimator.sizeOf(Object) method.
RamUsageEstimator.JvmFeature - Enum in org.elasticsearch.common.lucene.util
JVM diagnostic features.
random - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
To generate Nonce, need some (pseudo)randomness; no need for secure variant here.
RandomAccessBody - Interface in com.ning.http.client
A request body which supports random access to its contents.
randomAllActiveShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
randomAllShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
An iterator over all shards (including replicas).
randomBase64UUID() - Static method in class org.elasticsearch.common.UUID
 
randomUUID() - Static method in class org.elasticsearch.common.UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
rangeFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter that restricts search results to values that are within the given range.
RangeFilterBuilder - Class in org.elasticsearch.index.query
A filter that restricts search results to values that are within the given range.
RangeFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.RangeFilterBuilder
A filter that restricts search results to values that are within the given range.
rangeQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents within an range of terms.
RangeQueryBuilder - Class in org.elasticsearch.index.query
A Query that matches documents within an range of terms.
RangeQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.RangeQueryBuilder
A Query that matches documents within an range of terms.
rate(TimeUnit) - Method in class org.elasticsearch.common.metrics.EWMA
Returns the rate in the given units of time.
rateUnit() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
rawField(String, byte[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
rawField(String, byte[], int, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
rawField(String, InputStream) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
rawField(String, BytesReference) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
read(ByteBuffer) - Method in interface com.ning.http.client.Body
Reads the next chunk of bytes from the body.
read(ByteBuffer) - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
read(ByteBuffer) - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
read(ByteBuffer) - Method in class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
read(ByteBuffer) - Method in class com.ning.http.multipart.MultipartBody
 
read() - Method in class org.elasticsearch.common.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.elasticsearch.common.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read() - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
read(byte[], int, int) - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
read(byte[], int, int, boolean) - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
read() - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Reads a single character.
read(char[], int, int) - Method in class org.elasticsearch.common.io.FastCharArrayReader
Reads characters into a portion of an array.
read() - Method in class org.elasticsearch.common.io.FastStringReader
Reads a single character.
read(char[], int, int) - Method in class org.elasticsearch.common.io.FastStringReader
Reads characters into a portion of an array.
read() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
read(byte[]) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
read(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
read() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
read(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
read() - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
read(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
read() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
read(byte[]) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
read(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
read() - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
read(byte[], int, int) - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
READ_WRITE - Static variable in enum org.elasticsearch.cluster.block.ClusterBlockLevel
 
readAliasAction(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.AliasAction
 
readAllocationExplanation(StreamInput) - Static method in class org.elasticsearch.cluster.routing.allocation.AllocationExplanation
 
readAnalyzeToken(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
readBodyPartBytes() - Method in class com.ning.http.client.HttpResponseBodyPart
Method for accessing contents of this part via stream.
readBodyPartBytes() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
readBodyPartBytes() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
 
readBoolean() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a boolean.
readBoundTransportAddress(StreamInput) - Static method in class org.elasticsearch.common.transport.BoundTransportAddress
 
readBulkItem(StreamInput) - Static method in class org.elasticsearch.action.bulk.BulkItemResponse
 
readByte() - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
readByte() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readByte() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
readByte() - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
readByte() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
readByte() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads and returns a single byte.
readByte() - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a specified number of bytes into an array at the specified offset.
readBytes(byte[], int, int) - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
readBytesReference() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readBytesReference(int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readBytesReference(int) - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
readBytesReference() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a bytes reference from this stream, might hold an actual reference to the underlying bytes of the stream.
readBytesReference(int) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a bytes reference from this stream, might hold an actual reference to the underlying bytes of the stream.
readBytesReference(int) - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
readBytesSizeValue(StreamInput) - Static method in class org.elasticsearch.common.unit.ByteSizeValue
 
readCacheStats(StreamInput) - Static method in class org.elasticsearch.index.cache.CacheStats
 
readClassDescriptor() - Method in class org.elasticsearch.common.io.ThrowableObjectInputStream
 
readClusterBlock(StreamInput) - Static method in class org.elasticsearch.cluster.block.ClusterBlock
 
readClusterBlocks(StreamInput) - Static method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
readClusterIndexHealth(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
readClusterName(StreamInput) - Static method in class org.elasticsearch.cluster.ClusterName
 
readCommonStats(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
readCompressedString(StreamInput) - Static method in class org.elasticsearch.common.compress.CompressedString
 
readCpu(StreamInput) - Static method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
readCpu(StreamInput) - Static method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
readCpu(StreamInput) - Static method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
 
readDistanceUnit(StreamInput) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
 
readDocStats(StreamInput) - Static method in class org.elasticsearch.index.shard.DocsStats
 
readDouble() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readExplanation(StreamInput) - Static method in class org.elasticsearch.common.lucene.client.Lucene
 
readFacet(String, StreamInput) - Method in interface org.elasticsearch.search.facet.InternalFacet.Stream
 
readFacets(StreamInput) - Static method in class org.elasticsearch.search.facet.InternalFacets
 
readFailure(StreamInput) - Static method in class org.elasticsearch.action.get.MultiGetResponse.Failure
 
readFloat() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readFlushStats(StreamInput) - Static method in class org.elasticsearch.index.flush.FlushStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ActionRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ActionResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.flush.FlushResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkItemResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.count.CountRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.count.CountResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.delete.DeleteRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.delete.DeleteResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.delete.index.ShardDeleteResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.explain.ExplainResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.GetRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.GetResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetItemResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.index.IndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.index.IndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.percolate.PercolateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.SearchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.SearchResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.NodeOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.NodeOperationResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.update.UpdateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.update.UpdateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.ClusterName
 
readFrom(StreamInput, DiscoveryNode) - Static method in class org.elasticsearch.cluster.ClusterState.Builder
 
readFrom(StreamInput) - Method in interface org.elasticsearch.cluster.ClusterState.Custom.Factory
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
readFrom(StreamInput) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom.Factory
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
readFrom(StreamInput) - Method in interface org.elasticsearch.cluster.metadata.MetaData.Custom.Factory
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
readFrom(StreamInput, DiscoveryNode) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationExplanation
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
 
readFrom(StreamInput) - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommandFactory
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
 
readFrom(StreamInput, String, int) - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.compress.CompressedString
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.io.stream.LongStreamable
 
readFrom(StreamInput) - Method in interface org.elasticsearch.common.io.stream.Streamable
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.transport.DummyTransportAddress
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.unit.Percent
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.unit.SizeValue
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.unit.TimeValue
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.tao.ping.TaoPing.PingResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.http.HttpInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.http.HttpStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.cache.CacheStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.engine.Segment
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.flush.FlushStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.get.GetField
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.get.GetResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.get.GetStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.Index
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.indexing.IndexingStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.merge.MergeStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.shard.DocsStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.shard.ShardId
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.store.StoreStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.NodeIndicesStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.fs.FsStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.network.NetworkInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.network.NetworkStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.os.OsInfo.Mem
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.os.OsInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.os.OsInfo.Swap
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.os.OsStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
readFrom(StreamInput) - Method in class org.elasticsearch.monitor.process.ProcessStats
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.rest.RestStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.facet.InternalFacets
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.highlight.HighlightField
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
readFrom(StreamInput, InternalSearchHits.StreamContext) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
readFrom(StreamInput, InternalSearchHits.StreamContext) - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.internal.InternalSearchResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.Scroll
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.SearchShardTarget
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
readFrom(StreamInput) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
readFrom(StreamInput) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
readFrom(StreamInput) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
readFrom(StreamInput) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
readFrom(StreamInput) - Method in class org.elasticsearch.transport.TransportInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.transport.TransportRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.transport.TransportResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.transport.TransportStats
 
readFromThin(StreamInput) - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
readFromThin(StreamInput, String) - Static method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
readFromThin(StreamInput) - Method in interface org.elasticsearch.cluster.routing.ShardRouting
 
readFsStats(StreamInput) - Static method in class org.elasticsearch.monitor.fs.FsStats
 
readFully(InputStream, int[]) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
readFully(byte[]) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readFully(byte[]) - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readGarbageCollector(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
readGarbageCollectors(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
readGenericValue() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readGetField(StreamInput) - Static method in class org.elasticsearch.index.get.GetField
 
readGetResult(StreamInput) - Static method in class org.elasticsearch.index.get.GetResult
 
readGetStats(StreamInput) - Static method in class org.elasticsearch.index.get.GetStats
 
readHeader(StreamInput) - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
readHeader(StreamInput) - Method in class org.elasticsearch.common.compress.lzf.LZFCompressedStreamInput
 
readHeader(StreamInput) - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamInput
 
readHighlightField(StreamInput) - Static method in class org.elasticsearch.search.highlight.HighlightField
 
readHttpInfo(StreamInput) - Static method in class org.elasticsearch.http.HttpInfo
 
readHttpStats(StreamInput) - Static method in class org.elasticsearch.http.HttpStats
 
readIndexingStats(StreamInput) - Static method in class org.elasticsearch.index.indexing.IndexingStats
 
readIndexName(StreamInput) - Static method in class org.elasticsearch.index.Index
 
readIndexShardStatus(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.status.ShardStatus
 
readIndicesStats(StreamInput) - Static method in class org.elasticsearch.indices.NodeIndicesStats
 
readInetSocketTransportAddress(StreamInput) - Static method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
readInt() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readInt() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads four bytes and returns an int.
readInternalSearchResponse(StreamInput) - Static method in class org.elasticsearch.search.internal.InternalSearchResponse
 
readItem(StreamInput) - Static method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
readItem(StreamInput) - Static method in class org.elasticsearch.action.search.MultiSearchResponse.Item
 
readItemResponse(StreamInput) - Static method in class org.elasticsearch.action.get.MultiGetItemResponse
 
readJvmInfo(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmInfo
 
readJvmStats(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmStats
 
readLastGc(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
readLong() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readLong() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads eight bytes and returns a long.
readMap(StreamInput) - Static method in class org.elasticsearch.common.io.stream.Streamables
 
readMap() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readMap(XContentParser) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapConverter
 
readMap(XContentParser, XContentMapConverter.MapFactory) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapConverter
 
readMapValue(StreamInput) - Static method in class org.elasticsearch.common.io.stream.Streamables
 
readMem(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
readMem(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
readMem(StreamInput) - Static method in class org.elasticsearch.monitor.os.OsInfo.Mem
 
readMem(StreamInput) - Static method in class org.elasticsearch.monitor.os.OsStats.Mem
 
readMem(StreamInput) - Static method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
readMemoryPool(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
readMergeStats(StreamInput) - Static method in class org.elasticsearch.index.merge.MergeStats
 
readNetworkInfo(StreamInput) - Static method in class org.elasticsearch.monitor.network.NetworkInfo
 
readNetworkInterface(StreamInput) - Static method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
readNetworkStats(StreamInput) - Static method in class org.elasticsearch.monitor.network.NetworkStats
 
readNetworkTcp(StreamInput) - Static method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
readNode(StreamInput) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
readNodeHotThreads(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
readNodeInfo(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
readNodeRestartResponse(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartResponse.NodeRestartResponse
 
readNodeStats(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
readOnlyRoutingNodes() - Method in class org.elasticsearch.cluster.ClusterState
Returns a built (on demand) routing nodes view of the routing table.
readOptionalString() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalUTF() - Method in class org.elasticsearch.common.io.stream.StreamInput
readOrderedMap(XContentParser) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapConverter
 
readOsInfo(StreamInput) - Static method in class org.elasticsearch.monitor.os.OsInfo
 
readOsStats(StreamInput) - Static method in class org.elasticsearch.monitor.os.OsStats
 
readPingResponse(StreamInput) - Static method in class org.elasticsearch.discovery.tao.ping.TaoPing.PingResponse
 
readProcessInfo(StreamInput) - Static method in class org.elasticsearch.monitor.process.ProcessInfo
 
readProcessStats(StreamInput) - Static method in class org.elasticsearch.monitor.process.ProcessStats
 
readQueryExplanation(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
readRefreshStats(StreamInput) - Static method in class org.elasticsearch.index.refresh.RefreshStats
 
readScroll(StreamInput) - Static method in class org.elasticsearch.search.Scroll
 
readSearchHit(StreamInput, InternalSearchHits.StreamContext) - Static method in class org.elasticsearch.search.internal.InternalSearchHit
 
readSearchHitField(StreamInput) - Static method in class org.elasticsearch.search.internal.InternalSearchHitField
 
readSearchHits(StreamInput, InternalSearchHits.StreamContext) - Static method in class org.elasticsearch.search.internal.InternalSearchHits
 
readSearchHits(StreamInput) - Static method in class org.elasticsearch.search.internal.InternalSearchHits
 
readSearchResponse(StreamInput) - Static method in class org.elasticsearch.action.search.SearchResponse
 
readSearchShardTarget(StreamInput) - Static method in class org.elasticsearch.search.SearchShardTarget
 
readSearchStats(StreamInput) - Static method in class org.elasticsearch.index.search.stats.SearchStats
 
readSegment(StreamInput) - Static method in class org.elasticsearch.index.engine.Segment
 
readSettingsFromStream(StreamInput) - Static method in class org.elasticsearch.common.settings.ImmutableSettings
 
readShardId(StreamInput) - Static method in class org.elasticsearch.index.shard.ShardId
 
readShardOperationFailed(StreamInput) - Static method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
readShardRoutingEntry(StreamInput) - Static method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
readShardRoutingEntry(StreamInput, String, int) - Static method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
readShardSearchFailure(StreamInput) - Static method in class org.elasticsearch.action.search.ShardSearchFailure
 
readShardSegments(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
readShardStats(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
readShort() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readShort() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readSizeValue(StreamInput) - Static method in class org.elasticsearch.common.unit.SizeValue
 
readStats(StreamInput) - Static method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
readStats(StreamInput) - Static method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
readStoreStats(StreamInput) - Static method in class org.elasticsearch.index.store.StoreStats
 
readStreamHeader() - Method in class org.elasticsearch.common.io.ThrowableObjectInputStream
 
readString() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readString() - Method in class org.elasticsearch.common.io.stream.HandlesStreamInput
 
readString() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readStringArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readSwap(StreamInput) - Static method in class org.elasticsearch.monitor.os.OsInfo.Swap
 
readSwap(StreamInput) - Static method in class org.elasticsearch.monitor.os.OsStats.Swap
 
readText() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readText() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readThreadPoolInfo(StreamInput) - Static method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfo
 
readThreadPoolInfo(StreamInput) - Static method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfo
 
readThreadPoolStats(StreamInput) - Static method in class org.elasticsearch.threadpool.client.ClientThreadPoolStats
 
readThreadPoolStats(StreamInput) - Static method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStats
 
readThreads(StreamInput) - Static method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
readTimeValue(StreamInput) - Static method in class org.elasticsearch.common.unit.TimeValue
 
readTransportInfo(StreamInput) - Static method in class org.elasticsearch.transport.TransportInfo
 
readTransportStats(StreamInput) - Static method in class org.elasticsearch.transport.TransportStats
 
readUTF() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readUTF() - Method in class org.elasticsearch.common.io.stream.HandlesStreamInput
Deprecated.
readUTF() - Method in class org.elasticsearch.common.io.stream.StreamInput
Deprecated.
readVersion(StreamInput) - Static method in class org.elasticsearch.Version
 
readVInt() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readVInt() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads an int stored in variable-length format.
readVLong() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
readVLong() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a long stored in variable-length format.
readWarmerStats(StreamInput) - Static method in class org.elasticsearch.index.warmer.WarmerStats
 
ready() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Tells whether this stream is ready to be read.
ready() - Method in class org.elasticsearch.common.io.FastStringReader
Tells whether this stream is ready to be read.
readyBuffer() - Method in class org.elasticsearch.common.compress.CompressedStreamInput
Fill the uncompressed bytes buffer by reading the underlying inputStream.
realm - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
Realm - Class in com.ning.http.client
This class is required when authentication is needed.
Realm.AuthScheme - Enum in com.ning.http.client
 
Realm.RealmBuilder - Class in com.ning.http.client
A builder for Realm
Realm.RealmBuilder() - Constructor for class com.ning.http.client.Realm.RealmBuilder
 
realtime() - Method in class org.elasticsearch.action.get.GetRequest
 
realtime(Boolean) - Method in class org.elasticsearch.action.get.GetRequest
 
realtime() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
realtime(Boolean) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
reaper - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
reaper() - Method in class com.ning.http.client.AsyncHttpClientConfig
A ScheduledExecutorService used to expire idle connections.
reason() - Method in class org.elasticsearch.action.search.ShardSearchFailure
The reason of the failure.
reason() - Method in interface org.elasticsearch.action.ShardOperationFailedException
The reason of the failure.
reason() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
RebalanceOnlyWhenActiveAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
Only allow rebalancing when all shards are active within the shard replication group.
RebalanceOnlyWhenActiveAllocationDecider() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
 
RebalanceOnlyWhenActiveAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
 
received(long) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
ReceiveTimeoutTransportException - Exception in org.elasticsearch.transport
 
ReceiveTimeoutTransportException(DiscoveryNode, String, String) - Constructor for exception org.elasticsearch.transport.ReceiveTimeoutTransportException
 
reclaimed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
recoveredIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
How much of the index has been recovered.
recoveredIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
How much of the index has been recovered.
recoveredTranslogOperations() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
recoveredTranslogOperations() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
recovery(boolean) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
Should the status include recovery information.
recovery() - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
 
RecursiveAction - Class in org.elasticsearch.common.util.concurrent.jsr166y
A recursive resultless ForkJoinTask.
RecursiveAction() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveAction
 
RecursiveTask<V> - Class in org.elasticsearch.common.util.concurrent.jsr166y
A recursive result-bearing ForkJoinTask.
RecursiveTask() - Constructor for class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveTask
 
recycler - Variable in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamInput
 
recycler - Variable in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamOutput
 
redirectEnabled - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
refresh() - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Should a refresh be performed once the flush is done.
refresh(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Should a refresh be performed once the flush is done.
REFRESH - Static variable in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest.Defaults
 
refresh() - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Should refresh be performed after the optimization.
refresh(boolean) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Should refresh be performed after the optimization.
refresh() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
refresh(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
refresh() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.bulk.BulkRequest
Should a refresh be executed post this bulk operation causing the operations to be searchable.
refresh() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.delete.DeleteRequest
Should a refresh be executed post this index operation causing the operation to be searchable.
refresh() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
refresh() - Method in class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.get.GetRequest
Should a refresh be executed before this get operation causing the operation to return the latest value.
refresh() - Method in class org.elasticsearch.action.get.GetRequest
 
refresh() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.index.IndexRequest
Should a refresh be executed post this index operation causing the operation to be searchable.
refresh() - Method in class org.elasticsearch.action.index.IndexRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.update.UpdateRequest
Should a refresh be executed post this update operation causing the operation to be searchable.
refresh() - Method in class org.elasticsearch.action.update.UpdateRequest
 
refresh(RefreshRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
refresh(RefreshRequest, ActionListener<RefreshResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
refresh(RefreshRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
refresh(RefreshRequest, ActionListener<RefreshResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
refresh() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
REFRESH - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
RefreshAction - Class in org.elasticsearch.action.admin.indices.refresh
 
refreshInterval() - Method in class org.elasticsearch.monitor.network.NetworkInfo
 
refreshInterval() - Method in class org.elasticsearch.monitor.os.OsInfo
 
refreshInterval() - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
RefreshRequest - Class in org.elasticsearch.action.admin.indices.refresh
A refresh request making all operations performed since the last refresh available for search.
RefreshRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.refresh.RefreshRequest
 
refreshRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a refresh indices request.
RefreshRequestBuilder - Class in org.elasticsearch.action.admin.indices.refresh
A refresh request making all operations performed since the last refresh available for search.
RefreshRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.refresh.RefreshRequestBuilder
 
RefreshResponse - Class in org.elasticsearch.action.admin.indices.refresh
The response of a refresh action.
refreshStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
refreshStats() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
refreshStats() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
Refresh stats.
RefreshStats - Class in org.elasticsearch.index.refresh
 
RefreshStats() - Constructor for class org.elasticsearch.index.refresh.RefreshStats
 
RefreshStats(long, long) - Constructor for class org.elasticsearch.index.refresh.RefreshStats
 
Regex - Class in org.elasticsearch.common.regex
 
Regex() - Constructor for class org.elasticsearch.common.regex.Regex
 
register() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Adds a new unarrived party to this phaser.
registerFactory(String, ClusterState.Custom.Factory) - Static method in class org.elasticsearch.cluster.ClusterState
Register a custom index meta data factory.
registerFactory(String, IndexMetaData.Custom.Factory) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
Register a custom index meta data factory.
registerFactory(String, MetaData.Custom.Factory) - Static method in class org.elasticsearch.cluster.metadata.MetaData
Register a custom index meta data factory.
registerHandler(String, TransportRequestHandler) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
registerStream(InternalFacet.Stream, String...) - Static method in class org.elasticsearch.search.facet.InternalFacet.Streams
 
reinitialize() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Resets the internal bookkeeping state of this task, allowing a subsequent fork.
rejected() - Method in interface org.elasticsearch.common.util.concurrent.XRejectedExecutionHandler
The number of rejected executions.
rejected() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
REJECTED - Static variable in class org.elasticsearch.threadpool.ThreadPoolStatsElement.Fields
 
rejected() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
rejected() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
relation(ShapeRelation) - Method in class org.elasticsearch.index.query.GeoShapeFilterBuilder
Sets the ShapeRelation that defines how the Shape used in the Filter must relate to indexed Shapes
relation(ShapeRelation) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
releaseExternalResources() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
relocate(String) - Method in class org.elasticsearch.cluster.routing.MutableShardRouting
 
relocating() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
relocating() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard is in relocating mode.
relocatingNodeId - Variable in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
relocatingNodeId() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
relocatingNodeId() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The relocating node id the shard is either relocating to or relocating from.
relocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
relocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
relocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
remaining() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
remaining() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
 
remainingCapacity() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Always returns Integer.MAX_VALUE because a LinkedTransferQueue is not capacity constrained.
remotelyClosed(Channel, NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
RemoteTransportException - Exception in org.elasticsearch.transport
A remote exception for an action.
RemoteTransportException(String, Throwable) - Constructor for exception org.elasticsearch.transport.RemoteTransportException
 
RemoteTransportException(String, TransportAddress, String, Throwable) - Constructor for exception org.elasticsearch.transport.RemoteTransportException
 
remove(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
remove(Object) - Method in class com.ning.http.client.FluentStringsMap
remove(String) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
Remove the key associate value.
remove(String) - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Remove the key associate value.
remove(Object) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
remove(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
remove(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
remove(String) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
remove(Object) - Method in class org.elasticsearch.common.collect.MapBackedSet
 
remove(K) - Method in class org.elasticsearch.common.collect.MapBuilder
 
remove(String) - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Removes the provided setting from the internal map holding the current list of settings.
remove(long) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
remove(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
remove(Object, Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
remove(long) - Method in interface org.elasticsearch.common.util.concurrent.ConcurrentMapLong
 
remove() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
remove(Object) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
remove(Object) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(long) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
removeAlias(String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
Removes an alias to the index.
removeAlias(String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Removes an alias to the index.
removeAll(V) - Method in interface com.ning.http.client.ConnectionsPool
Remove all connections from the cache.
removeAll(Channel) - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Remove all connections from the cache.
removeAllIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
removeByShardId(int) - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
removeConnectionListener(TransportConnectionListener) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
removeCustom(String) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
removeCustom(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
removeCustom(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
removeCustom(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
removed() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
removeDeadMembers(Set<String>, String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
removedNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
removeDuplicateStrings(String[]) - Static method in class org.elasticsearch.common.Strings
Remove duplicate Strings from the given array.
removeFilter(ClientSettingsFilter.Filter) - Method in class org.elasticsearch.common.settings.ClientSettingsFilter
 
removeFirst() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
removeFirstOccurrence(Object) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
removeGlobalBlock(ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
removeHandler(String) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
removeHostsProvider(UnicastHostsProvider) - Method in class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
removeIndexBlock(String, ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
removeIndexBlocks(String) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
removeIOExceptionFilter(IOExceptionFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Remove an IOExceptionFilter tthat will be invoked when an IOException occurs during the download/upload operations.
removeLast() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
 
removeLastOccurrence(Object) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Removes the last element e such that o.equals(e), if such an element exists in this deque.
removeMapping(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
removeMapping(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
removeNonProxyHost(String) - Method in class com.ning.http.client.ProxyServer
 
removeProperty(U) - Method in interface com.ning.http.client.AsyncHttpProviderConfig
Remove the value associated with the property's name
removeProperty(String) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
removeProperty(String) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Remove the value associated with the property's name
removeQueryParamOnRedirect - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
removerAlias(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
removeReplica() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
removeRequestFilter(RequestFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Remove an RequestFilter that will be invoked before AsyncHttpClient.executeRequest(Request)
removeResponseFilter(ResponseFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Remove an ResponseFilter that will be invoked as soon as the response is received, and before AsyncHandler.onStatusReceived(HttpResponseStatus).
removeShard(ShardRouting) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
removeTemplate(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
removeTransferListener(TransferListener) - Method in class com.ning.http.client.listener.TransferCompletionHandler
removeTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
removeTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
removeTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.http.HttpIngestClient
 
removeTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.http.HttpSearchClient
 
removeWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
removeWebSocketListener(WebSocketListener) - Method in interface com.ning.http.client.websocket.WebSocket
removeWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler.Builder
replace(String, String...) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replaces the values for the given key with the given values.
replace(String, Collection<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replaces the values for the given key with the given values.
replace(String, String...) - Method in class com.ning.http.client.FluentStringsMap
Replaces the values for the given key with the given values.
replace(String, Collection<String>) - Method in class com.ning.http.client.FluentStringsMap
Replaces the values for the given key with the given values.
replace(String, String, String) - Static method in class org.elasticsearch.common.Strings
Replace all occurences of a substring within a string with another string.
replace(Long, T, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
replace(Long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
replaceAll(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
replaceAll(Map<? extends String, ? extends Collection<String>>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
replaceAll(FluentStringsMap) - Method in class com.ning.http.client.FluentStringsMap
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
replaceAll(Map<? extends String, ? extends Collection<String>>) - Method in class com.ning.http.client.FluentStringsMap
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
replacePlaceholders(String, Properties) - Method in class org.elasticsearch.common.property.PropertyPlaceholder
Replaces all placeholders of format ${name} with the corresponding property from the supplied Properties.
replacePlaceholders(String, PropertyPlaceholder.PlaceholderResolver) - Method in class org.elasticsearch.common.property.PropertyPlaceholder
Replaces all placeholders of format ${name} with the value returned from the supplied PropertyPlaceholder.PlaceholderResolver.
replacePropertyPlaceholders() - Method in class org.elasticsearch.common.settings.ImmutableSettings.Builder
Runs across all the settings set on this builder and replaces ${...} elements in the each setting value according to the following logic:

replayRequest(boolean) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
replayRequest() - Method in class com.ning.http.client.filter.FilterContext
Return true if the current response's processing needs to be interrupted and a new Request be executed.
ReplicaAfterPrimaryActiveAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
An allocation strategy that only allows for a replica to be allocated when the primary is active.
ReplicaAfterPrimaryActiveAllocationDecider() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
 
ReplicaAfterPrimaryActiveAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
 
replicaShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
replicationType(ReplicationType) - Method in class org.elasticsearch.action.bulk.BulkRequest
Set the replication type for this operation.
replicationType() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
replicationType - Variable in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
replicationType(ReplicationType) - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
Sets the replication type.
replicationType(String) - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
Sets the replication type.
replicationType() - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
replicationType - Variable in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
replicationType() - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
replicationType(ReplicationType) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
Sets the replication type.
replicationType(String) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
Sets the replication type.
ReplicationType - Enum in org.elasticsearch.action.support.replication
The type of replication to perform.
replicationType() - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
The replication type.
replicationType(ReplicationType) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
Sets the replication type.
replicationType(String) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
Sets the replication type.
replicationType() - Method in class org.elasticsearch.action.update.UpdateRequest
The replication type.
replicationType(ReplicationType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the replication type.
request(Request) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
Request - Interface in com.ning.http.client
The Request class can be used to construct HTTP request:
request - Variable in class com.ning.http.client.RequestBuilderBase
 
request - Variable in class org.elasticsearch.action.ActionRequestBuilder
 
request() - Method in class org.elasticsearch.action.ActionRequestBuilder
 
request() - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
Request.EntityWriter - Interface in com.ning.http.client
An entity that can be used to manipulate the Request's body output before it get sent.
requestBuilder(String, String) - Method in class com.ning.http.client.AsyncHttpClient
 
requestBuilder(Request) - Method in class com.ning.http.client.AsyncHttpClient
 
RequestBuilder - Class in com.ning.http.client
Builder for a Request.
RequestBuilder() - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(String) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(String, boolean) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(Request) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilderBase<T extends RequestBuilderBase<T>> - Class in com.ning.http.client
Builder for Request
RequestBuilderBase(Class<T>, String, boolean) - Constructor for class com.ning.http.client.RequestBuilderBase
 
RequestBuilderBase(Class<T>, Request) - Constructor for class com.ning.http.client.RequestBuilderBase
 
requestCompressionLevel - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
RequestEntity - Interface in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
RequestFilter - Interface in com.ning.http.client.filter
A Filter interface that gets invoked before making an actual request.
requestFilters - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
requests() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
requests() - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
requestTimeout(AsyncHttpClientConfig, PerRequestConfig) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
requestTimeoutInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
RequestToken - Class in com.ning.http.client.oauth
Value class used for OAuth tokens (request secret, access secret); simple container with two parts, public id part ("key") and confidential ("secret") part.
RequestToken(String, String) - Constructor for class com.ning.http.client.oauth.RequestToken
 
required() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
Required - Annotation Type in org.elasticsearch.common
The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
requiredAverageNumberOfShardsPerNode() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
requireFieldMatch(boolean) - Method in class org.elasticsearch.search.highlight.HighlightBuilder.Field
 
requireFieldMatch(boolean) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
 
reroute(ClusterRerouteRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Reroutes allocation of shards.
reroute(ClusterRerouteRequest, ActionListener<ClusterRerouteResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Reroutes allocation of shards.
reroute(ClusterRerouteRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
reroute(ClusterRerouteRequest, ActionListener<ClusterRerouteResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
reset() - Method in class com.ning.http.client.Response.ResponseBuilder
Reset the internal state of this builder.
reset() - Method in class org.elasticsearch.cluster.routing.PlainShardIterator
 
reset() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
reset() - Method in interface org.elasticsearch.cluster.routing.ShardIterator
Resets the iterator.
reset() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
Resets the iterator.
reset() - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
reset() - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Resets the stream to the most recent mark, or to the beginning if it has never been marked.
reset() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class org.elasticsearch.common.io.FastStringReader
Resets the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset(StreamInput) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput.Entry
 
reset() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.HandlesStreamInput
 
reset(StreamInput) - Method in class org.elasticsearch.common.io.stream.HandlesStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.HandlesStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput.Entry
 
reset() - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.StreamInput
Resets the stream.
reset() - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
reset() - Method in class org.elasticsearch.common.io.UTF8StreamWriter
 
reset() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Resets variables maintaining the sum to zero.
reset() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
resets (clears) this timer before next execution.
reset(Throwable) - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
Resets the barrier to its initial state.
reset() - Method in class org.elasticsearch.search.internal.InternalSearchHits.StreamContext
 
reset() - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
resetToBufferStart() - Method in class org.elasticsearch.common.compress.CompressedStreamInput
Expert!, resets to buffer start, without the need to decompress it again.
resident() - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
resolveBindHostAddress(String) - Method in class org.elasticsearch.common.network.TransportNetworkService
 
resolveBindHostAddress(String, String) - Method in class org.elasticsearch.common.network.TransportNetworkService
 
resolveClass(ObjectStreamClass) - Method in class org.elasticsearch.common.io.ThrowableObjectInputStream
 
resolveConfig(String) - Method in class org.elasticsearch.env.ClientEnvironment
 
resolveConfigAndLoadToString(String) - Method in class org.elasticsearch.env.ClientEnvironment
 
resolveDefault() - Method in interface org.elasticsearch.common.network.TransportNetworkService.CustomNameResolver
Resolves the default value if possible.
resolveIfPossible(String) - Method in interface org.elasticsearch.common.network.TransportNetworkService.CustomNameResolver
Resolves a custom value handling, return null if can't handle it.
resolveIndexRouting(String, String) - Method in class org.elasticsearch.cluster.metadata.MetaData
Returns indexing routing for the given index.
resolveInetAddress(String, String, String) - Method in class org.elasticsearch.common.network.TransportNetworkService
 
resolveNode(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
resolveNodesIds(String...) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
resolvePlaceholder(String) - Method in interface org.elasticsearch.common.property.PropertyPlaceholder.PlaceholderResolver
Resolves the supplied placeholder name into the replacement value.
resolvePublishHostAddress(String) - Method in class org.elasticsearch.common.network.TransportNetworkService
 
resolvePublishHostAddress(String, String) - Method in class org.elasticsearch.common.network.TransportNetworkService
 
resolveSearchRouting(String, String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
resolveSearchRouting(String, String[]) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
Response - Interface in com.ning.http.client
Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
response() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The actual response (IndexResponse or DeleteResponse).
response() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The actual get response, null if its a failure.
response() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
The actual search response, null if its a failure.
Response.ResponseBuilder - Class in com.ning.http.client
 
Response.ResponseBuilder() - Constructor for class com.ning.http.client.Response.ResponseBuilder
 
ResponseBase - Class in com.ning.http.client.providers
 
ResponseBase(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.ResponseBase
 
ResponseBodyPart - Class in com.ning.http.client.providers.jdk
A callback class used when an HTTP response body is received.
ResponseBodyPart(URI, byte[], AsyncHttpProvider, boolean) - Constructor for class com.ning.http.client.providers.jdk.ResponseBodyPart
 
ResponseBodyPart - Class in com.ning.http.client.providers.netty
A callback class used when an HTTP response body is received.
ResponseBodyPart(URI, HttpResponse, AsyncHttpProvider, boolean) - Constructor for class com.ning.http.client.providers.netty.ResponseBodyPart
Constructor used for non-chunked GET requests and HEAD requests.
ResponseBodyPart(URI, HttpResponse, AsyncHttpProvider, HttpChunk, boolean) - Constructor for class com.ning.http.client.providers.netty.ResponseBodyPart
 
ResponseFilter - Interface in com.ning.http.client.filter
A Filter interface that gets invoked before making the processing of the response bytes.
responseFilters - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ResponseHandlerFailureTransportException - Exception in org.elasticsearch.transport
A failure to handle the response of a transaction action.
ResponseHandlerFailureTransportException(Throwable) - Constructor for exception org.elasticsearch.transport.ResponseHandlerFailureTransportException
 
responseHeaders(HttpResponseHeaders) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
ResponseHeaders - Class in com.ning.http.client.providers.jdk
A class that represent the HTTP headers.
ResponseHeaders(URI, HttpURLConnection, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.jdk.ResponseHeaders
 
ResponseHeaders - Class in com.ning.http.client.providers.netty
A class that represent the HTTP headers.
ResponseHeaders(URI, HttpResponse, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.ResponseHeaders
 
ResponseHeaders(URI, HttpResponse, AsyncHttpProvider, HttpChunkTrailer) - Constructor for class com.ning.http.client.providers.netty.ResponseHeaders
 
responses() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
 
responses() - Method in class org.elasticsearch.action.get.MultiGetResponse
 
responses() - Method in class org.elasticsearch.action.search.MultiSearchResponse
The list of responses, the order is the same as the one provided in the request.
responseStatus(HttpResponseStatus) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
ResponseStatus - Class in com.ning.http.client.providers.jdk
A class that represent the HTTP response' status line (code + text)
ResponseStatus(URI, HttpURLConnection, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.jdk.ResponseStatus
 
ResponseStatus - Class in com.ning.http.client.providers.netty
A class that represent the HTTP response' status line (code + text)
ResponseStatus(URI, HttpResponse, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.ResponseStatus
 
responseTimeoutInMs - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
restContentType() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
restDocumentSource(BytesReference, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.search.internal.InternalSearchHit
 
RestStatus - Enum in org.elasticsearch.rest
 
result - Variable in class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF16Result
 
result - Variable in class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF8Result
 
result - Variable in class org.elasticsearch.common.Unicode.UTF16Result
 
ResumableAsyncHandler - Class in com.ning.http.client.resumable
An AsyncHandler which support resumable download, e.g when used with an ResumableIOExceptionFilter, this handler can resume the download operation at the point it was before the interruption occured.
ResumableAsyncHandler(long) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(boolean) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler() - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(AsyncHandler<Response>) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(long, AsyncHandler<Response>) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(ResumableAsyncHandler.ResumableProcessor) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(ResumableAsyncHandler.ResumableProcessor, boolean) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler.ResumableProcessor - Interface in com.ning.http.client.resumable
An interface to implement in order to manage the way the incomplete file management are handled.
ResumableBodyConsumer - Interface in com.ning.http.client
 
ResumableIOExceptionFilter - Class in com.ning.http.client.resumable
Simple IOExceptionFilter that replay the current Request using a ResumableAsyncHandler
ResumableIOExceptionFilter() - Constructor for class com.ning.http.client.resumable.ResumableIOExceptionFilter
 
ResumableListener - Interface in com.ning.http.client.resumable
A listener class that can be used to digest the bytes from an ResumableAsyncHandler
ResumableRandomAccessFileListener - Class in com.ning.http.client.extra
A TransferListener which use a RandomAccessFile for storing the received bytes.
ResumableRandomAccessFileListener(RandomAccessFile) - Constructor for class com.ning.http.client.extra.ResumableRandomAccessFileListener
 
resume() - Method in class com.ning.http.client.consumers.FileBodyConsumer
Prepare this consumer to resume a download, for example by seeking to the end of the underlying file.
resume() - Method in interface com.ning.http.client.ResumableBodyConsumer
Prepare this consumer to resume a download, for example by seeking to the end of the underlying file.
resumeEncoding() - Method in class org.elasticsearch.common.Base64.OutputStream
Resumes encoding of the stream.
retransSegs() - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
retryable() - Method in class org.elasticsearch.cluster.block.ClusterBlock
Should operations get into retry state if this block is present.
retryable() - Method in exception org.elasticsearch.cluster.block.ClusterBlockException
 
retryOnConflict(int) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the number of retries of a version conflict occurs because the document was updated between getting it and updating it.
retryOnConflict() - Method in class org.elasticsearch.action.update.UpdateRequest
 
REUSE_ADDRESS - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
reuseChannel() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
reusedIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
reusedIndexSize() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
revision - Variable in class org.elasticsearch.Version
 
rewrite(IndexReader) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
rewrite(IndexReader) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
rewrite(String) - Method in class org.elasticsearch.index.query.FieldQueryBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
routing - Variable in class org.elasticsearch.action.count.CountRequest
 
routing() - Method in class org.elasticsearch.action.count.CountRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String) - Method in class org.elasticsearch.action.count.CountRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String...) - Method in class org.elasticsearch.action.count.CountRequest
The routing values to control the shards that the search will be executed on.
routing(String) - Method in class org.elasticsearch.action.delete.DeleteRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.delete.DeleteRequest
Controls the shard routing of the delete request.
routing() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String...) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
The routing values to control the shards that the search will be executed on.
routing() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
routing(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
routing - Variable in class org.elasticsearch.action.get.GetRequest
 
routing(String) - Method in class org.elasticsearch.action.get.GetRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.get.GetRequest
 
routing(String) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
The routing associated with this document.
routing() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
routing(String) - Method in class org.elasticsearch.action.index.IndexRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.index.IndexRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.search.SearchRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String) - Method in class org.elasticsearch.action.search.SearchRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String...) - Method in class org.elasticsearch.action.search.SearchRequest
The routing values to control the shards that the search will be executed on.
routing(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.update.UpdateRequest
Controls the shard routing of the request.
routing(String) - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
routing(String) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
routing() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
The routing value parsed, null if does not require parsing, or not resolved.
routing - Variable in class org.elasticsearch.cluster.metadata.MappingMetaData
 
routing() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
RoutingAllocation - Interface in org.elasticsearch.cluster.routing.allocation
 
RoutingAllocationResult - Class in org.elasticsearch.cluster.routing.allocation
 
RoutingAllocationResult(boolean, RoutingTable, AllocationExplanation) - Constructor for class org.elasticsearch.cluster.routing.allocation.RoutingAllocationResult
 
RoutingBuilders - Class in org.elasticsearch.cluster.routing
 
RoutingException - Exception in org.elasticsearch.cluster.routing
 
RoutingException(String) - Constructor for exception org.elasticsearch.cluster.routing.RoutingException
 
RoutingException(String, Throwable) - Constructor for exception org.elasticsearch.cluster.routing.RoutingException
 
RoutingNode - Class in org.elasticsearch.cluster.routing
 
RoutingNode(String, DiscoveryNode) - Constructor for class org.elasticsearch.cluster.routing.RoutingNode
 
RoutingNode(String, DiscoveryNode, List<MutableShardRouting>) - Constructor for class org.elasticsearch.cluster.routing.RoutingNode
 
routingNodes() - Method in class org.elasticsearch.cluster.ClusterState
 
routingNodes() - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
routingNodes() - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
RoutingNodes - Class in org.elasticsearch.cluster.routing
 
RoutingNodes(ClusterState) - Constructor for class org.elasticsearch.cluster.routing.RoutingNodes
 
routingNodes(ClusterState) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
routingParsingStillNeeded() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Is routing parsing still needed?
routingResolved() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Has routing been resolved during the parsing phase.
routingResult(RoutingAllocationResult) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
routingTable(RoutingTable.Builder) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
routingTable(RoutingTable) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
routingTable() - Method in class org.elasticsearch.cluster.ClusterState
 
routingTable() - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
routingTable() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocationResult
 
routingTable() - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
routingTable() - Static method in class org.elasticsearch.cluster.routing.RoutingBuilders
 
routingTable() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
RoutingTable - Class in org.elasticsearch.cluster.routing
 
routingTable(RoutingTable) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
RoutingTable.Builder - Class in org.elasticsearch.cluster.routing
 
RoutingTable.Builder() - Constructor for class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
routingTableChanged() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
RoutingTableValidation - Class in org.elasticsearch.cluster.routing
 
RoutingTableValidation() - Constructor for class org.elasticsearch.cluster.routing.RoutingTableValidation
 
RoutingValidationException - Exception in org.elasticsearch.cluster.routing
 
RoutingValidationException(RoutingTableValidation) - Constructor for exception org.elasticsearch.cluster.routing.RoutingValidationException
 
run() - Method in class com.ning.http.client.listenable.ExecutionList
Runs this execution list, executing all pairs in the order they were added.
run() - Method in class com.ning.http.multipart.FilePartStallHandler
 
run() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinWorkerThread
This method is required to be public, but should never be called explicitly.
run() - Method in class org.elasticsearch.common.util.concurrent.LoggingRunnable
 
run() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
 
run() - Method in interface org.elasticsearch.script.ExecutableScript
Executes the script.
rxCount() - Method in class org.elasticsearch.transport.TransportStats
 
rxSize() - Method in class org.elasticsearch.transport.TransportStats
 

S

safeSource() - Method in class org.elasticsearch.action.index.IndexRequest
 
SAME - Static variable in class org.elasticsearch.threadpool.client.ClientThreadPool.Names
 
SAME - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
SAME - Static variable in class org.elasticsearch.threadpool.transport.TransportThreadPool.Names
 
SAME_HOST_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
sameHost(TransportAddress) - Method in class org.elasticsearch.common.transport.DummyTransportAddress
 
sameHost(TransportAddress) - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
sameHost(TransportAddress) - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
sameHost(TransportAddress) - Method in interface org.elasticsearch.common.transport.TransportAddress
 
SameShardAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
An allocation strategy that does not allow for the same shard instance to be allocated on the same node.
SameShardAllocationDecider() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
SameShardAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
save(Map<String, Long>) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
Save the current Map instance which contains information about the current transfer state.
save(Map<String, Long>) - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Save the current Map instance which contains information about the current transfer state.
schedule(TimeValue, String, Runnable) - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
schedule(TimeValue, String, Runnable) - Method in interface org.elasticsearch.threadpool.ThreadPool
 
schedule(TimeValue, String, Runnable) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
scheduler() - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
scheduler() - Method in interface org.elasticsearch.threadpool.ThreadPool
 
scheduler() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
scheduleWithFixedDelay(Runnable, TimeValue) - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
scheduleWithFixedDelay(Runnable, TimeValue) - Method in interface org.elasticsearch.threadpool.ThreadPool
 
scheduleWithFixedDelay(Runnable, TimeValue) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
scope(String) - Method in class org.elasticsearch.index.query.HasChildFilterBuilder
 
scope(String) - Method in class org.elasticsearch.index.query.HasChildQueryBuilder
The scope of the query, which can later be used, for example, to run facets against the child docs that matches the query.
scope(String) - Method in class org.elasticsearch.index.query.HasParentFilterBuilder
 
scope(String) - Method in class org.elasticsearch.index.query.HasParentQueryBuilder
 
scope(String) - Method in class org.elasticsearch.index.query.NestedFilterBuilder
 
scope(String) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
scope(String) - Method in class org.elasticsearch.index.query.TopChildrenQueryBuilder
The scope of the query, which can later be used, for example, to run facets against the child docs that matches the query.
scope - Variable in class org.elasticsearch.search.facet.AbstractFacetBuilder
 
scope(String) - Method in class org.elasticsearch.search.facet.AbstractFacetBuilder
Marks the facet to run in a specific scope.
Scopes - Class in org.elasticsearch.search.internal
 
Scopes() - Constructor for class org.elasticsearch.search.internal.Scopes
 
score() - Method in class org.elasticsearch.common.lucene.search.EmptyScorer
 
score(String) - Method in class org.elasticsearch.index.query.TopChildrenQueryBuilder
How to compute the score.
score(float) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
score() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
score() - Method in interface org.elasticsearch.search.SearchHit
The score.
scoreMode(String) - Method in class org.elasticsearch.index.query.CustomFiltersScoreQueryBuilder
 
scoreMode(String) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
The score mode.
scoreSort() - Static method in class org.elasticsearch.search.sort.SortBuilders
Constructs a new score sort.
ScoreSortBuilder - Class in org.elasticsearch.search.sort
A sort builder allowing to sort by score.
ScoreSortBuilder() - Constructor for class org.elasticsearch.search.sort.ScoreSortBuilder
 
script() - Method in class org.elasticsearch.action.update.UpdateRequest
 
script(String) - Method in class org.elasticsearch.action.update.UpdateRequest
The script to execute.
script(String, Map<String, Object>) - Method in class org.elasticsearch.action.update.UpdateRequest
The script to execute.
script(String, String, Map<String, Object>) - Method in class org.elasticsearch.action.update.UpdateRequest
The script to execute.
script() - Method in class org.elasticsearch.common.xcontent.script.ScriptFieldsContext.ScriptField
 
script(String) - Method in class org.elasticsearch.index.query.CustomScoreQueryBuilder
Sets the boost factor for this query.
script - Variable in class org.elasticsearch.script.ContentScriptService.CacheKey
 
ScriptException - Exception in org.elasticsearch.script
 
ScriptException(String) - Constructor for exception org.elasticsearch.script.ScriptException
 
ScriptException(String, Throwable) - Constructor for exception org.elasticsearch.script.ScriptException
 
scriptField(String, String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a script field under the given name with the provided script.
scriptField(String, String, Map<String, Object>) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a script field.
scriptField(String, String, String, Map<String, Object>) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a script field.
ScriptFieldsContext - Class in org.elasticsearch.common.xcontent.script
 
ScriptFieldsContext() - Constructor for class org.elasticsearch.common.xcontent.script.ScriptFieldsContext
 
ScriptFieldsContext.ScriptField - Class in org.elasticsearch.common.xcontent.script
 
ScriptFieldsContext.ScriptField(String, ContentScript, boolean) - Constructor for class org.elasticsearch.common.xcontent.script.ScriptFieldsContext.ScriptField
 
scriptFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A builder for filter based on a script.
ScriptFilterBuilder - Class in org.elasticsearch.index.query
 
ScriptFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.ScriptFilterBuilder
 
scriptLang(String) - Method in class org.elasticsearch.action.update.UpdateRequest
The language of the script to execute.
scriptLang() - Method in class org.elasticsearch.action.update.UpdateRequest
 
scriptParams() - Method in class org.elasticsearch.action.update.UpdateRequest
 
scriptParams(Map<String, Object>) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the script parameters to use with the script.
scriptSort(String, String) - Static method in class org.elasticsearch.search.sort.SortBuilders
Constructs a new script based sort.
ScriptSortBuilder - Class in org.elasticsearch.search.sort
Script sort builder allows to sort based on a custom script expression.
ScriptSortBuilder(String, String) - Constructor for class org.elasticsearch.search.sort.ScriptSortBuilder
Constructs a script sort builder with the script and the type.
scroll() - Method in class org.elasticsearch.action.search.SearchRequest
If set, will enable scrolling of the search request.
scroll(Scroll) - Method in class org.elasticsearch.action.search.SearchRequest
If set, will enable scrolling of the search request.
scroll(TimeValue) - Method in class org.elasticsearch.action.search.SearchRequest
If set, will enable scrolling of the search request for the specified timeout.
scroll(String) - Method in class org.elasticsearch.action.search.SearchRequest
If set, will enable scrolling of the search request for the specified timeout.
scroll() - Method in class org.elasticsearch.action.search.SearchScrollRequest
If set, will enable scrolling of the search request.
scroll(Scroll) - Method in class org.elasticsearch.action.search.SearchScrollRequest
If set, will enable scrolling of the search request.
scroll(TimeValue) - Method in class org.elasticsearch.action.search.SearchScrollRequest
If set, will enable scrolling of the search request for the specified timeout.
scroll(String) - Method in class org.elasticsearch.action.search.SearchScrollRequest
If set, will enable scrolling of the search request for the specified timeout.
Scroll - Class in org.elasticsearch.search
A scroll enables scrolling of search request.
Scroll(TimeValue) - Constructor for class org.elasticsearch.search.Scroll
Constructs a new scroll of the provided keep alive.
scrollId() - Method in class org.elasticsearch.action.search.SearchResponse
If scrolling was enabled (SearchRequest.scroll(org.elasticsearch.search.Scroll), the scroll id that can be used to continue scrolling.
scrollId() - Method in class org.elasticsearch.action.search.SearchScrollRequest
The scroll id used to scroll the search.
scrollId(String) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
search() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
search(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
search() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
search(SearchRequest) - Method in interface org.elasticsearch.client.SearchClient
Search across one or more indices and one or more types with a query.
search(SearchRequest, ActionListener<SearchResponse>) - Method in interface org.elasticsearch.client.SearchClient
Search across one or more indices and one or more types with a query.
search(SearchRequest) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
search(SearchRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
search - Variable in class org.elasticsearch.index.engine.Segment
 
search() - Method in class org.elasticsearch.index.engine.Segment
 
search() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
SEARCH - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
SearchAction - Class in org.elasticsearch.action.search
 
SearchClient - Interface in org.elasticsearch.client
A client provides a one stop interface for performing actions/operations against the cluster.
SearchException - Exception in org.elasticsearch.search
 
SearchException(SearchShardTarget, String) - Constructor for exception org.elasticsearch.search.SearchException
 
SearchException(SearchShardTarget, String, Throwable) - Constructor for exception org.elasticsearch.search.SearchException
 
searchFrom(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
From which search result set to return.
searchFrom() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
 
SearchHit - Interface in org.elasticsearch.search
A single search hit.
SearchHitField - Interface in org.elasticsearch.search
A single field name and values part of a SearchHit.
SearchHits - Interface in org.elasticsearch.search
The hits of a search request.
searchIndices(String...) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The indices the resulting mlt query will run against.
searchIndices() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The indices the resulting mlt query will run against.
SearchOperationThreading - Enum in org.elasticsearch.action.search
Controls the operation threading model for search operation that are performed locally on the executing node.
searchQueryHint(String) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
Optional search query hint.
searchQueryHint() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
Optional search query hint.
searchRequest(SearchRequest) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
Sets the search request to warm.
searchRequest(SearchRequestBuilder) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
Sets the search request to warm.
SearchRequest - Class in org.elasticsearch.action.search
A request to execute search against one or more indices (or all).
SearchRequest() - Constructor for class org.elasticsearch.action.search.SearchRequest
 
SearchRequest(String...) - Constructor for class org.elasticsearch.action.search.SearchRequest
Constructs a new search request against the indices.
SearchRequest(String[], byte[]) - Constructor for class org.elasticsearch.action.search.SearchRequest
Constructs a new search request against the provided indices with the given search source.
searchRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
Creates a search request against one or more indices.
searchRequest(String...) - Static method in class org.elasticsearch.client.SearchRequests
Creates a search request against one or more indices.
SearchRequestBuilder - Class in org.elasticsearch.action.search
A search action request builder.
SearchRequestBuilder(SearchClient) - Constructor for class org.elasticsearch.action.search.SearchRequestBuilder
 
SearchRequests - Class in org.elasticsearch.client
A handy one stop shop for creating requests (make sure to import static this class).
SearchRequests() - Constructor for class org.elasticsearch.client.SearchRequests
 
SearchResponse - Class in org.elasticsearch.action.search
A response of a search request.
SearchResponse() - Constructor for class org.elasticsearch.action.search.SearchResponse
 
SearchResponse(InternalSearchResponse, String, int, int, long, ShardSearchFailure[]) - Constructor for class org.elasticsearch.action.search.SearchResponse
 
searchRouting() - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
searchRouting(String) - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
searchRouting(String) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
searchRouting() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
searchScroll(Scroll) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
An optional search scroll request to be able to continue and scroll the search operation.
searchScroll() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
An optional search scroll request to be able to continue and scroll the search operation.
searchScroll(SearchScrollRequest) - Method in interface org.elasticsearch.client.SearchClient
A search scroll request to continue searching a previous scrollable search request.
searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - Method in interface org.elasticsearch.client.SearchClient
A search scroll request to continue searching a previous scrollable search request.
searchScroll(SearchScrollRequest) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.support.AbstractSearchClient
 
SearchScrollAction - Class in org.elasticsearch.action.search
 
SearchScrollRequest - Class in org.elasticsearch.action.search
 
SearchScrollRequest() - Constructor for class org.elasticsearch.action.search.SearchScrollRequest
 
SearchScrollRequest(String) - Constructor for class org.elasticsearch.action.search.SearchScrollRequest
 
searchScrollRequest(String) - Static method in class org.elasticsearch.client.AdminRequests
Creates a search scroll request allowing to continue searching a previous search request.
searchScrollRequest(String) - Static method in class org.elasticsearch.client.SearchRequests
Creates a search scroll request allowing to continue searching a previous search request.
SearchScrollRequestBuilder - Class in org.elasticsearch.action.search
A search scroll action request builder.
SearchScrollRequestBuilder(SearchClient) - Constructor for class org.elasticsearch.action.search.SearchScrollRequestBuilder
 
SearchScrollRequestBuilder(SearchClient, String) - Constructor for class org.elasticsearch.action.search.SearchScrollRequestBuilder
 
SearchShardTarget - Class in org.elasticsearch.search
The target that the search request was executed on.
SearchShardTarget(String, String, int) - Constructor for class org.elasticsearch.search.SearchShardTarget
 
searchSize(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The number of documents to return, defaults to 10.
searchSize() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
 
searchSource(SearchSourceBuilder) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
An optional search source request allowing to control the search request for the more like this documents.
searchSource(String) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
An optional search source request allowing to control the search request for the more like this documents.
searchSource(Map) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
 
searchSource(XContentBuilder) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
 
searchSource(byte[]) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
An optional search source request allowing to control the search request for the more like this documents.
searchSource(byte[], int, int, boolean) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
An optional search source request allowing to control the search request for the more like this documents.
searchSource(BytesReference, boolean) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
An optional search source request allowing to control the search request for the more like this documents.
searchSource() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
An optional search source request allowing to control the search request for the more like this documents.
searchSource() - Static method in class org.elasticsearch.search.builder.SearchSourceBuilder
A static factory method to construct a new search source.
SearchSourceBuilder - Class in org.elasticsearch.search.builder
A search source builder allowing to easily build search source.
SearchSourceBuilder() - Constructor for class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder.
SearchSourceBuilderException - Exception in org.elasticsearch.search.builder
 
SearchSourceBuilderException(String) - Constructor for exception org.elasticsearch.search.builder.SearchSourceBuilderException
 
SearchSourceBuilderException(String, Throwable) - Constructor for exception org.elasticsearch.search.builder.SearchSourceBuilderException
 
searchSourceUnsafe() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
 
SearchStats - Class in org.elasticsearch.index.search.stats
 
SearchStats() - Constructor for class org.elasticsearch.index.search.stats.SearchStats
 
SearchStats(SearchStats.Stats, Map<String, SearchStats.Stats>) - Constructor for class org.elasticsearch.index.search.stats.SearchStats
 
SearchStats.Stats - Class in org.elasticsearch.index.search.stats
 
SearchStats.Stats(long, long, long, long, long, long) - Constructor for class org.elasticsearch.index.search.stats.SearchStats.Stats
 
searchType(SearchType) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The search type of the mlt search query.
searchType(String) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The search type of the mlt search query.
searchType() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The search type of the mlt search query.
searchType(SearchType) - Method in class org.elasticsearch.action.search.SearchRequest
The search type to execute, defaults to SearchType.DEFAULT.
searchType(String) - Method in class org.elasticsearch.action.search.SearchRequest
The a string representation search type to execute, defaults to SearchType.DEFAULT.
searchType() - Method in class org.elasticsearch.action.search.SearchRequest
The tye of search to execute.
SearchType - Enum in org.elasticsearch.action.search
Search type represent the manner at which the search operation is executed.
searchTypes(String...) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The types the resulting mlt query will run against.
searchTypes() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The types the resulting mlt query will run against.
seconds() - Method in class org.elasticsearch.common.unit.TimeValue
 
secondsFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
seek(int) - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Seeks back to the given position.
seek(long) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
seek(long) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
seek(int) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
seek(long) - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
seek(int) - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
seek(long) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
seekPositionSupported() - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
seekPositionSupported() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
seekPositionSupported() - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
seekPositionSupported() - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
Segment - Class in org.elasticsearch.index.engine
 
Segment(String) - Constructor for class org.elasticsearch.index.engine.Segment
 
segments() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
segments(IndicesSegmentsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
The segments of one or more indices.
segments(IndicesSegmentsRequest, ActionListener<IndicesSegmentResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
The segments of one or more indices.
segments(IndicesSegmentsRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
segments(IndicesSegmentsRequest, ActionListener<IndicesSegmentResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
send(OutputStream) - Method in class com.ning.http.multipart.Part
Write all the data to the output stream.
sendContentTypeHeader(OutputStream) - Method in class com.ning.http.multipart.Part
Write the content type header to the specified output stream
sendData(OutputStream) - Method in class com.ning.http.multipart.FilePart
Write the data in "source" to the specified stream.
sendData(OutputStream) - Method in class com.ning.http.multipart.Part
Write the data to the specified output stream
sendData(OutputStream) - Method in class com.ning.http.multipart.StringPart
Writes the data to the given OutputStream.
sendDispositionHeader(OutputStream) - Method in class com.ning.http.multipart.FilePart
Write the disposition header to the output stream
sendDispositionHeader(OutputStream) - Method in class com.ning.http.multipart.Part
Write the content disposition header to the specified output stream
sendEnd(OutputStream) - Method in class com.ning.http.multipart.Part
Write the end data to the output stream.
sendEndOfHeader(OutputStream) - Method in class com.ning.http.multipart.Part
Write the end of the header to the output stream
sendMessage(byte[]) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
sendMessage(byte[]) - Method in interface com.ning.http.client.websocket.WebSocket
Send a byte message.
sendMessageEnd(OutputStream, byte[]) - Static method in class com.ning.http.multipart.Part
 
sendPart(OutputStream, Part, byte[]) - Static method in class com.ning.http.multipart.Part
Write all parts and the last boundary to the specified output stream.
sendParts(OutputStream, Part[]) - Static method in class com.ning.http.multipart.Part
Write all parts and the last boundary to the specified output stream.
sendParts(OutputStream, Part[], byte[]) - Static method in class com.ning.http.multipart.Part
Write all parts and the last boundary to the specified output stream.
sendPing(byte[]) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
sendPing(byte[]) - Method in interface com.ning.http.client.websocket.WebSocket
Send a ping with an optional payload (limited to 125 bytes or less).
sendPong(byte[]) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
sendPong(byte[]) - Method in interface com.ning.http.client.websocket.WebSocket
Send a ping with an optional payload (limited to 125 bytes or less).
sendRequest(DiscoveryNode, String, TransportRequest, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
sendRequest(DiscoveryNode, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
sendRequest(DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
sendRequest(DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
sendRequest(DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - Method in interface org.elasticsearch.transport.Transport
Sends the request to the node.
SendRequestTransportException - Exception in org.elasticsearch.transport
 
SendRequestTransportException(DiscoveryNode, String, Throwable) - Constructor for exception org.elasticsearch.transport.SendRequestTransportException
 
sendResponse(TransportResponse) - Method in class org.elasticsearch.transport.local.LocalClientTransportChannel
 
sendResponse(TransportResponse, TransportResponseOptions) - Method in class org.elasticsearch.transport.local.LocalClientTransportChannel
 
sendResponse(Throwable) - Method in class org.elasticsearch.transport.local.LocalClientTransportChannel
 
sendResponse(TransportResponse) - Method in class org.elasticsearch.transport.netty.NettyTransportChannel
 
sendResponse(TransportResponse, TransportResponseOptions) - Method in class org.elasticsearch.transport.netty.NettyTransportChannel
 
sendResponse(Throwable) - Method in class org.elasticsearch.transport.netty.NettyTransportChannel
 
sendResponse(TransportResponse) - Method in interface org.elasticsearch.transport.TransportChannel
 
sendResponse(TransportResponse, TransportResponseOptions) - Method in interface org.elasticsearch.transport.TransportChannel
 
sendResponse(Throwable) - Method in interface org.elasticsearch.transport.TransportChannel
 
sendStart(OutputStream) - Method in class com.ning.http.multipart.Part
Write the start to the specified output stream
sendTextMessage(String) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
sendTextMessage(String) - Method in interface com.ning.http.client.websocket.WebSocket
Send a text message
sendTransferEncodingHeader(OutputStream) - Method in class com.ning.http.multipart.Part
Write the content transfer encoding header to the specified output stream
sent(long) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
serialize(Shape, XContentBuilder) - Static method in class org.elasticsearch.common.geo.GeoJSONShapeSerializer
Serializes the given Shape as GeoJSON format into the given XContentBuilder
serverOpen() - Method in class org.elasticsearch.http.HttpStats
 
serverOpen() - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
serverOpen() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
serverOpen() - Method in interface org.elasticsearch.transport.Transport
 
serverOpen() - Method in class org.elasticsearch.transport.TransportStats
 
serviceAttributes - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
serviceAttributes() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
The service attributes of the node.
set(long) - Method in class org.elasticsearch.common.io.stream.LongStreamable
 
set() - Method in class org.elasticsearch.common.lucene.docset.FixedBitDocSet
 
set() - Method in class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
set(V) - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
Subclasses should invoke this method to set the result of the computation to value.
set(T) - Method in class org.elasticsearch.common.util.concurrent.ThreadLocals.CleanableValue
 
setAlgorithm(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setAllowPoolingConnection(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set true if connection can be pooled by a ConnectionsPool.
setAllowPoolingConnection(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setAllowPoolingConnection(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setAllowSslConnectionPool(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Return true is if connections pooling is enabled.
setAllowSslConnectionPool(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setAnalyzer(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets the analyzer name to use in order to analyze the text.
setAnalyzer(Analyzer) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setApplicationThreadPool(ExecutorService) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setAsyncHttpClientProviderConfig(AsyncHttpProviderConfig<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
setBloomCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setBody(byte[]) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(Request.EntityWriter, long) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(Request.EntityWriter) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(InputStream) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(byte[]) - Method in class com.ning.http.client.RequestBuilder
 
setBody(Request.EntityWriter, long) - Method in class com.ning.http.client.RequestBuilder
 
setBody(Request.EntityWriter) - Method in class com.ning.http.client.RequestBuilder
 
setBody(InputStream) - Method in class com.ning.http.client.RequestBuilder
Deprecated.
RequestBuilderBase.setBody(BodyGenerator) setBody(new InputStreamBodyGenerator(inputStream))
setBody(String) - Method in class com.ning.http.client.RequestBuilder
 
setBody(File) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(byte[]) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(InputStream) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(Request.EntityWriter) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(Request.EntityWriter, long) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(BodyGenerator) - Method in class com.ning.http.client.RequestBuilderBase
 
setBodyEncoding(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setBoostTerms(float) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The boost factor to use when boosting terms.
setBoostTerms(boolean) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setBoostTermsFactor(float) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setBulkActions(int) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets when to flush a new bulk request based on the number of actions currently added.
setBulkSize(ByteSizeValue) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets when to flush a new bulk request based on the size of actions currently added.
setCharSet(String) - Method in class com.ning.http.multipart.PartBase
Sets the character encoding.
setCharSet(String) - Method in class com.ning.http.multipart.StringPart
 
setCompress(byte) - Static method in class org.elasticsearch.transport.support.TransportStatus
 
setCompressionEnabled(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Enable HTTP compression.
setCompressionEnabled(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setCompressionEnabled(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setConcurrentRequests(int) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets the number of concurrent requests allowed to be executed.
setConnectAllowed(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setConnectionsPool(ConnectionsPool<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
setConnectionsPool(ConnectionsPool<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setConnectionTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient can wait when connecting to a remote host
setConnectionTimeOutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setConnectionTimeoutInMs(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setConsistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Sets the consistency level.
setConsistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the consistency level.
setConsistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
 
setConsistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the consistency level.
setConsistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequestBuilder
Sets the consistency level of write.
setConsistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestBuilder
Sets the consistency level of write.
setConsistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the consistency level of write.
setContentLength(int) - Method in class com.ning.http.client.RequestBuilderBase
 
setContentType(String) - Method in class com.ning.http.multipart.PartBase
Sets the content type.
setContentType(XContentType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
The content type that will be used to generate a document from user provided objects (like Map).
setCreate(boolean) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Set to true to force only creation, not an update of an index template.
setCreate(boolean) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Set to true to force this index to use IndexRequest.OpType.CREATE.
setCustom(IndexMetaData.Custom) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
 
setDefaultCompressor(BasicCompressor) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
 
setDefaultFactory(ESLoggerFactory) - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
Changes the default factory.
setDefaultThrowableHandler(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setDelay(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequestBuilder
The delay for the restart to occur.
setDelay(String) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequestBuilder
The delay for the restart to occur.
setDelay(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequestBuilder
The delay for the restart to occur.
setDelay(String) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequestBuilder
The delay for the restart to occur.
setDoc(IndexRequest) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(Map) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(Map, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDocs(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setDomain(String) - Method in class com.ning.http.client.Realm.RealmBuilder
Deprecated.
setDryRun(boolean) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
Sets a dry run flag (defaults to false) allowing to run the commands without actually applying them to the cluster state, and getting the resulting cluster state back.
setEncoding(String) - Method in class com.ning.http.client.ProxyServer
 
setEnconding(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setError(byte) - Static method in class org.elasticsearch.transport.support.TransportStatus
 
setErrorDocumentBehaviour(SimpleAsyncHttpClient.ErrorDocumentBehaviour) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
This setting controls whether an error document should be written via the BodyConsumer after an error status code was received (e.g.
setException(Throwable) - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
Subclasses should invoke this method to set the result of the computation to an error, throwable.
setExecutorService(ExecutorService) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the ExecutorService an AsyncHttpClient use for handling asynchronous response.
setExecutorService(ExecutorService) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setExit(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequestBuilder
Should the JVM be exited as well or not.
setExplain(boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
Indicates if detailed information about the query should be returned.
setExplain(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Should each SearchHit be returned with an explanation of the hit (ranking).
setExtraSource(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setExtraSource(BytesReference) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setExtraSource(BytesReference, boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setExtraSource(byte[]) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setExtraSource(byte[], int, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setExtraSource(XContentBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setExtraSource(Map) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
setFacets(BytesReference) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a raw (xcontent) binary representation of facets to use.
setFacets(byte[]) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a raw (xcontent) binary representation of facets to use.
setFacets(byte[], int, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a raw (xcontent) binary representation of facets to use.
setFacets(XContentBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a raw (xcontent) binary representation of facets to use.
setFacets(Map) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a raw (xcontent) binary representation of facets to use.
setField(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets the field that its analyzer will be used to analyze the text.
setField(String...) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The fields of the document to use in order to find documents "like" this one.
setFieldDataCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setFields(String...) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setFields(String...) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Explicitly specify the fields that will be returned for the explained document.
setFields(String...) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Explicitly specify the fields that will be returned.
setFields(String...) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Explicitly specify the fields that will be returned.
setFilter(FilterBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
setFilter(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
setFilter(BytesReference) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
setFilter(byte[]) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
setFilter(byte[], int, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
setFilter(XContentBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
setFilter(Map) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a filter on the query executed that only applies to the search query (and not facets for example).
setFilterAll() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Filters all data responses.
setFilterBlocks(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
 
setFilterCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setFilterIndexTemplates(String...) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
 
setFilterIndices(String...) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
When ClusterStateRequestBuilder.setFilterMetaData(boolean) is not set, which indices to return the IndexMetaData for.
setFilterMetaData(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Should the cluster state result include the MetaData.
setFilterNodes(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Should the cluster state result include the DiscoveryNodes.
setFilterRoutingTable(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Should the cluster state result include teh RoutingTable.
setFlush(boolean) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequestBuilder
Should flush be performed after the optimization.
setFlush(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setFlushInterval(TimeValue) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets a flush interval flushing *any* bulk actions pending if the interval passes.
setFollow(boolean) - Method in class org.elasticsearch.common.logging.log4j.ConsoleAppender
Sets whether the appender honors reassignments of System.out or System.err made after configuration.
setFollowRedirects(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set to true to enable HTTP redirect
setFollowRedirects(boolean) - Method in class com.ning.http.client.RequestBuilder
 
setFollowRedirects(boolean) - Method in class com.ning.http.client.RequestBuilderBase
 
setFollowRedirects(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setFollowRedirects(boolean) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setForkJoinTaskTag(short) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Atomically sets the tag value for this task.
setFrom(int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
From index to start the search from.
setFs(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node file system stats be returned.
setFull(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
 
setGet(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setGroups(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setHeader(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setHeader(String, String) - Method in class com.ning.http.client.RequestBuilder
 
setHeader(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
setHeader(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setHeader(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setHeaders(Map<String, Collection<String>>) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.RequestBuilder
 
setHeaders(Map<String, Collection<String>>) - Method in class com.ning.http.client.RequestBuilder
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.RequestBuilderBase
 
setHeaders(Map<String, Collection<String>>) - Method in class com.ning.http.client.RequestBuilderBase
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setHeaders(Map<String, Collection<String>>) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setHeaders(Map<String, Collection<String>>) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setHighlighterEncoder(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The encoder to set for highlighting
setHighlighterOrder(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The order of fragments per field.
setHighlighterPostTags(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Explicitly set the post tags that will be used for highlighting.
setHighlighterPreTags(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Explicitly set the pre tags that will be used for highlighting.
setHighlighterRequireFieldMatch(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
setHighlighterTagsSchema(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Set a tag scheme that encapsulates a built in pre and post tags.
setHostnameVerifier(HostnameVerifier) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
setHostnameVerifier(HostnameVerifier) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setHttp(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node HTTP info be returned.
setHttp(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node HTTP stats be returned.
setHttpResponse(HttpResponse) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setId(String) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the id of the document to delete.
setId(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the id to get a score explanation for.
setId(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the id of the document to fetch.
setId(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the id to index the document under.
setId(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the id of the indexed document.
setIdCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setIdleConnectionInPoolTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient will keep connection idle in pool.
setIdleConnectionInPoolTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setIdleConnectionInPoolTimeoutInMs(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setIdleConnectionTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient can stay idle.
setIdleConnectionTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setIgnoreConflicts(boolean) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
If there is already a mapping definition registered against the type, then it will be merged.
setIgnoreIndices(IgnoreIndices) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
setIgnoreIndices(IgnoreIndices) - Method in class org.elasticsearch.action.search.MultiSearchRequestBuilder
Specifies what type of requested indices to ignore.
setIgnoreIndices(IgnoreIndices) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Specifies what type of requested indices to ignore.
setIgnoreIndices(IgnoreIndices) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
 
setIndex(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets the index to use to analyzer the text (for example, if it holds specific analyzers registered).
setIndex(String) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
 
setIndex(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
 
setIndex(String) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
 
setIndex(String) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the index to percolate the document against.
setIndex(String) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestBuilder
 
setIndex(String) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
 
setIndex(String) - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
Sets the index.
setIndexing(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setIndices(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node indices stats be returned.
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
 
setIndices(String[]) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the indices the search will be executed on.
setIndices(String...) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequestBuilder
 
setInetAddress(InetAddress) - Method in class com.ning.http.client.RequestBuilderBase
 
setInnerFuture(Future<V>) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
setInterval(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
setIOThreadMultiplier(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
 
setIoThreadMultiplier(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setJvm(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node JVM info be returned.
setJvm(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node JVM stats be returned.
setKeepAlive(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
setKeepAlive(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setLength(int) - Method in class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF16Result
 
setLength(int) - Method in class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF8Result
 
setLength(int) - Method in class org.elasticsearch.common.Unicode.UTF16Result
 
setLenient(boolean) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets whether format based failures will be ignored.
setLevel(String) - Method in interface org.elasticsearch.common.logging.ESLogger
 
setLevel(String) - Method in class org.elasticsearch.common.logging.jdk.JdkESLogger
 
setLevel(String) - Method in class org.elasticsearch.common.logging.log4j.Log4jESLogger
 
setLevel(String) - Method in class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
setLikeText(String) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setListener(FeedableBodyGenerator.FeedListener) - Method in class com.ning.http.client.providers.netty.FeedableBodyGenerator
 
setListener(SimpleAHCTransferListener) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
Set the listener to notify about connection progress.
setListenerThreaded(boolean) - Method in class org.elasticsearch.action.ActionRequestBuilder
 
setLocal(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Sets if the cluster state request should be executed locally on the node, and not go to the master.
setLocalInetAddress(InetAddress) - Method in class com.ning.http.client.RequestBuilderBase
 
setMasterNodeTimeout(TimeValue) - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
Sets the master node timeout in case the master has not yet been discovered.
setMasterNodeTimeout(String) - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
Sets the master node timeout in case the master has not yet been discovered.
setMaxByteSize(long) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler.Builder
Set the max size of the WebSocket byte message that will be sent.
setMaxConnectionLifeTimeInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond connection can be added to the pool for further reuse
setMaxConnectionPerHost(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaxDefaultRedirects(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaxDocFreq(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The maximum frequency in which words may still appear.
setMaxDocFreq(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMaxExpansions(int) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
setMaximumConnectionsPerHost(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of connections per hosts an AsyncHttpClient can handle.
setMaximumConnectionsPerHost(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaximumConnectionsTotal(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of connections an AsyncHttpClient can handle.
setMaximumConnectionsTotal(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaximumNumberOfRedirects(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of HTTP redirect
setMaximumNumberOfRedirects(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaxNumSegments(int) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequestBuilder
Will optimize the index down to <= maxNumSegments.
setMaxQueryTerms(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMaxRequestRetry(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the number of times a request will be retried when an IOException occurs because of a Network exception.
setMaxRequestRetry(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaxRequestRetry(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
Set the number of time a request will be retried when an IOException occurs because of a Network exception.
setMaxTextSize(long) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler.Builder
Set the max size of the WebSocket text message that will be sent.
setMaxTotalConnections(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaxWordLen(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The maximum word length above which words will be ignored.
setMaxWordLen(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMerge(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setMethod(String) - Method in class com.ning.http.client.RequestBuilder
 
setMethod(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setMethodName(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setMinDocFreq(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The frequency at which words will be ignored which do not occur in at least this many docs.
setMinDocFreq(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMinScore(float) - Method in class org.elasticsearch.action.count.CountRequestBuilder
The minimum score of the documents to include in the count.
setMinScore(float) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the minimum score below which docs will be filtered out.
setMinTermFreq(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The frequency below which terms will be ignored in the source doc.
setMinTermFrequency(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMinWordLen(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The minimum word length below which words will be ignored.
setMinWordLen(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMoreLikeFields(String[]) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setName(String) - Method in class com.ning.http.multipart.PartBase
Sets the part name.
setName(String) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequestBuilder
The name (or wildcard expression) of the index warmer to delete, or null to delete all warmers.
setName(String) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
Sets the name of the warmer.
setName(String) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets an optional name to identify this bulk processor.
setNc(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNettyRequest(HttpRequest) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setNetwork(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node Network info be returned.
setNetwork(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node Network stats be returned.
setNextReader(IndexReader, int) - Method in class org.elasticsearch.common.lucene.docset.DocIdSetCollector
 
setNextReader(IndexReader, int) - Method in class org.elasticsearch.common.lucene.search.FilteredCollector
 
setNextReader(IndexReader, int) - Method in class org.elasticsearch.common.lucene.search.NoopCollector
 
setNextVar(String, Object) - Method in interface org.elasticsearch.script.ExecutableScript
 
setNodesIds(String...) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequestBuilder
The nodes ids to restart.
setNodesIds(String...) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
 
setNoFields() - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets no fields to be loaded, resulting in only id and type to be returned per field.
setNonce(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNtlmDomain(String) - Method in class com.ning.http.client.ProxyServer
 
setNtlmDomain(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNtlmHost(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNtlmMessageType2Received(boolean) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setOnlyExpungeDeletes(boolean) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequestBuilder
Should the optimization only expunge deletes from the index, without full optimization.
setOpaque(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setOperationThreaded(boolean) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestBuilder
Controls if the operation will be executed on a separate thread when executed locally.
setOperationThreaded(boolean) - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequestBuilder
Controls if the operation will be executed on a separate thread when executed locally.
setOperationThreaded(boolean) - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
Controls if the operation will be executed on a separate thread when executed locally.
setOperationThreading(SearchOperationThreading) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Controls the the search operation threading model.
setOperationThreading(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the string representation of the operation threading model.
setOperationThreading(SearchOperationThreading) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
Controls the the search operation threading model.
setOperationThreading(BroadcastOperationThreading) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
Controls the operation threading model.
setOperationThreading(String) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
Controls the operation threading model.
setOpType(IndexRequest.OpType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the type of operation to perform.
setOpType(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
setOrder(int) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the order of this template if more than one template matches.
setOs(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node OS info be returned.
setOs(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node OS stats be returned.
setOut(StreamOutput) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
setOutput(OutputStream) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Sets the output stream to use for writing until this writer is closed.
setOutputStream(OutputStream) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
setParameters(Map<String, Collection<String>>) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setParameters(FluentStringsMap) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setParameters(Map<String, Collection<String>>) - Method in class com.ning.http.client.RequestBuilder
 
setParameters(FluentStringsMap) - Method in class com.ning.http.client.RequestBuilder
 
setParameters(FluentStringsMap) - Method in class com.ning.http.client.RequestBuilderBase
 
setParameters(Map<String, Collection<String>>) - Method in class com.ning.http.client.RequestBuilderBase
 
setParameters(Map<String, Collection<String>>) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setParameters(FluentStringsMap) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setParameters(FluentStringsMap) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setParameters(Map<String, Collection<String>>) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setParent(String) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the parent id of this document.
setParent(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Simple sets the routing.
setParent(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the parent id of this document.
setParent(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the parent id of this document.
setParent(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
 
setPassword(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setPendingCount(int) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Sets the pending count to the given value.
setPercentTermsToMatch(float) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The percent of the terms to match for each field.
setPercentTermsToMatch(float) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setPercolate(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Causes the index request document to be percolated.
setPercolate(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Causes the updated document to be percolated.
setPerRequestConfig(PerRequestConfig) - Method in class com.ning.http.client.RequestBuilderBase
 
setPersistentSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
setPersistentSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
setPersistentSettings(String) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
setPersistentSettings(Map) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
setPivot(int) - Method in class org.elasticsearch.common.lucene.util.SorterTemplate
Implement this method, that stores the value of slot i as pivot value
setPorts(int...) - Method in class com.ning.http.client.Cookie
 
setPorts(Iterable<Integer>) - Method in class com.ning.http.client.Cookie
 
setPreference(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the shard preference.
setPreference(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the preference to execute the search.
setPreference(String) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
Sets the preference to execute the search.
setPreference(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the preference to execute the search.
setPreferLocal(boolean) - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequestBuilder
if this operation hits a node with a local relevant shard, should it be preferred to be executed on, or just do plain round robin.
setPrincipal(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setProcess(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node OS process be returned.
setProcess(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node OS stats be returned.
setProtocol(String) - Method in class com.ning.http.client.websocket.WebSocketUpgradeHandler.Builder
Set the WebSocket protocol.
setProviderConfig(AsyncHttpProviderConfig<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setProxyHost(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyPassword(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyPort(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyPrincipal(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyProtocol(ProxyServer.Protocol) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyServer(ProxyServer) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set an instance of ProxyServer used by an AsyncHttpClient
setProxyServer(ProxyServer) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setProxyServer(ProxyServer) - Method in class com.ning.http.client.RequestBuilder
 
setProxyServer(ProxyServer) - Method in class com.ning.http.client.RequestBuilderBase
 
setQop(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
The query source to validate.
setQuery(BytesReference) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
The query source to validate.
setQuery(BytesReference, boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
The query source to validate.
setQuery(byte[]) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
The query source to validate.
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.count.CountRequestBuilder
The query source to execute.
setQuery(BytesReference) - Method in class org.elasticsearch.action.count.CountRequestBuilder
The query source to execute.
setQuery(BytesReference, boolean) - Method in class org.elasticsearch.action.count.CountRequestBuilder
The query source to execute.
setQuery(byte[]) - Method in class org.elasticsearch.action.count.CountRequestBuilder
The query source to execute.
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The query source to execute.
setQuery(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The query source to execute.
setQuery(Map<String, Object>) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The query source to execute in the form of a map.
setQuery(XContentBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The query source to execute in the form of a builder.
setQuery(byte[]) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The query source to execute.
setQuery(BytesReference) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The query source to execute.
setQuery(BytesReference, boolean) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The query source to execute.
setQuery(byte[], int, int, boolean) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The query source to execute.
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the query to get a score explanation for.
setQuery(BytesReference) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the query to get a score explanation for.
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Constructs a new search source builder with a search query.
setQuery(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Constructs a new search source builder with a raw search query.
setQuery(BytesReference) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Constructs a new search source builder with a raw search query.
setQuery(byte[]) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Constructs a new search source builder with a raw search query.
setQuery(byte[], int, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Constructs a new search source builder with a raw search query.
setQuery(XContentBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Constructs a new search source builder with a raw search query.
setQuery(Map) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Constructs a new search source builder with a raw search query.
setQueryHint(String) - Method in class org.elasticsearch.action.count.CountRequestBuilder
A query hint to optionally later be used when routing the request.
setQueryHint(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
A query hint to optionally later be used when routing the request.
setQueryParameters(FluentStringsMap) - Method in class com.ning.http.client.RequestBuilder
 
setQueryParameters(FluentStringsMap) - Method in class com.ning.http.client.RequestBuilderBase
 
setRangeOffset(long) - Method in class com.ning.http.client.RequestBuilderBase
 
setRawResult(Void) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
Requires null completion value.
setRawResult(V) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Forces the given value to be returned as a result.
setRawResult(Void) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveAction
Requires null completion value.
setRawResult(V) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.RecursiveTask
 
setRealm(Realm) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the Realm that will be used for all requests.
setRealm(Realm) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRealm(Realm) - Method in class com.ning.http.client.RequestBuilderBase
 
setRealmDomain(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmEnconding(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmName(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setRealmName(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmPassword(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmPrincipal(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmScheme(Realm.AuthScheme) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmUsePreemptiveAuth(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealtime(Boolean) - Method in class org.elasticsearch.action.get.GetRequestBuilder
 
setRealtime(Boolean) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
setReaper(ScheduledExecutorService) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setReaperFuture(Future<?>) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setRecovery(boolean) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequestBuilder
Should the status include recovery information.
setRedirectEnabled(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRefresh(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
 
setRefresh(boolean) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequestBuilder
Should refresh be performed after the optimization.
setRefresh(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setRefresh(boolean) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Should a refresh be executed post this bulk operation causing the operations to be searchable.
setRefresh(boolean) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Should a refresh be executed post this index operation causing the operation to be searchable.
setRefresh(boolean) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Should a refresh be executed before this get operation causing the operation to return the latest value.
setRefresh(boolean) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
Should a refresh be executed before this get operation causing the operation to return the latest value.
setRefresh(boolean) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Should a refresh be executed post this index operation causing the operation to be searchable.
setRefresh(boolean) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Should a refresh be executed post this update operation causing the operation to be searchable.
setRemoveQueryParamOnRedirect(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRemoveQueryParamsOnRedirect(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set to false if you don't want the query parameters removed when a redirect occurs.
setReplicationType(ReplicationType) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Set the replication type for this operation.
setReplicationType(ReplicationType) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Set the replication type for this operation.
setReplicationType(ReplicationType) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The replication type to use with this operation.
setReplicationType(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The replication type to use with this operation.
setReplicationType(ReplicationType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Set the replication type for this operation.
setReplicationType(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Set the replication type for this operation.
setReplicationType(ReplicationType) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequestBuilder
Sets the replication type.
setReplicationType(String) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequestBuilder
Sets the replication type.
setReplicationType(ReplicationType) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestBuilder
Sets the replication type.
setReplicationType(String) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestBuilder
Sets the replication type.
setReplicationType(ReplicationType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the replication type.
setRequest(Request) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setRequest(byte) - Static method in class org.elasticsearch.transport.support.TransportStatus
 
setRequestCompressionLevel(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the compression level, or -1 if no compression is used.
setRequestCompressionLevel(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRequestCompressionLevel(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRequestTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient wait for a response
setRequestTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRequestTimeoutInMs(int) - Method in class com.ning.http.client.PerRequestConfig
Deprecated.
 
setRequestTimeoutInMs(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setResolveAddress(boolean) - Static method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
setResponse(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setResponse(byte) - Static method in class org.elasticsearch.transport.support.TransportStatus
 
setResumableDownload(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
Enable resumable downloads for the SimpleAHC.
setResumableDownload(boolean) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setResumableListener(ResumableListener) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
setRetryOnConflict(int) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the number of retries of a version conflict occurs because the document was updated between getting it and updating it.
setReuseChannel(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setRouting(String) - Method in class org.elasticsearch.action.count.CountRequestBuilder
A comma separated list of routing values to control the shards the search will be executed on.
setRouting(String...) - Method in class org.elasticsearch.action.count.CountRequestBuilder
The routing values to control the shards that the search will be executed on.
setRouting(String) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Controls the shard routing of the delete request.
setRouting(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
A comma separated list of routing values to control the shards the action will be executed on.
setRouting(String...) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The routing values to control the shards that the action will be executed on.
setRouting(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the routing for sharding.
setRouting(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Controls the shard routing of the request.
setRouting(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Controls the shard routing of the request.
setRouting(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
A comma separated list of routing values to control the shards the search will be executed on.
setRouting(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The routing values to control the shards that the search will be executed on.
setRouting(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Controls the shard routing of the request.
setScheduledExecutorService(ScheduledExecutorService) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set theScheduledExecutorService used to expire idle connections.
setScheduledExecutorService(ScheduledExecutorService) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setScheme(Realm.AuthScheme) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setScorer(Scorer) - Method in class org.elasticsearch.common.lucene.docset.DocIdSetCollector
 
setScorer(Scorer) - Method in class org.elasticsearch.common.lucene.search.FilteredCollector
 
setScorer(Scorer) - Method in class org.elasticsearch.common.lucene.search.NoopCollector
 
setScript(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
The script to execute.
setScriptLang(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
The language of the script to execute.
setScriptParams(Map<String, Object>) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the script parameters to use with the script.
setScroll(Scroll) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
If set, will enable scrolling of the search request.
setScroll(TimeValue) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
If set, will enable scrolling of the search request for the specified timeout.
setScroll(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
If set, will enable scrolling of the search request for the specified timeout.
setScroll(Scroll) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
If set, will enable scrolling of the search request.
setScroll(TimeValue) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
If set, will enable scrolling of the search request for the specified timeout.
setScroll(String) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
If set, will enable scrolling of the search request for the specified timeout.
setScrollId(String) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
The scroll id to use to continue scrolling.
setSearch(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setSearchFrom(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
From which search result set to return.
setSearchIndices(String...) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The indices the resulting mlt query will run against.
setSearchRequest(SearchRequest) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
Sets the search request to use to warm the index when applicable.
setSearchRequest(SearchRequestBuilder) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
Sets the search request to use to warm the index when applicable.
setSearchScroll(Scroll) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
An optional search scroll request to be able to continue and scroll the search operation.
setSearchSize(int) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The number of documents to return, defaults to 10.
setSearchSource(SearchSourceBuilder) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
An optional search source request allowing to control the search request for the more like this documents.
setSearchSource(String) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
An optional search source request allowing to control the search request for the more like this documents.
setSearchSource(Map) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
An optional search source request allowing to control the search request for the more like this documents.
setSearchSource(XContentBuilder) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
An optional search source request allowing to control the search request for the more like this documents.
setSearchSource(byte[]) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
An optional search source request allowing to control the search request for the more like this documents.
setSearchType(SearchType) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The search type of the mlt search query.
setSearchType(String) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The search type of the mlt search query.
setSearchType(SearchType) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The search type to execute, defaults to SearchType.DEFAULT.
setSearchType(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The a string representation search type to execute, defaults to SearchType.DEFAULT.
setSearchTypes(String...) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
The types the resulting mlt query will run against.
setSeed(long) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ThreadLocalRandom
Throws UnsupportedOperationException.
setSettings(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node settings be returned.
setSettings(Settings) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The settings to created the index with.
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The settings to created the index with.
setSettings(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Allows to set the settings using a json builder.
setSettings(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The settings to crete the index with (either json/yaml/properties format)
setSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The settings to crete the index with (either json/yaml/properties format)
setSettings(Settings) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequestBuilder
The settings update.
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequestBuilder
The settings to update.
setSettings(String) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequestBuilder
The settings to update (either json/yaml/properties format)
setSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequestBuilder
The settings to update (either json/yaml/properties format)
setSettings(Settings) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The settings to created the index template with.
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The settings to created the index template with.
setSettings(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The settings to crete the index template with (either json/yaml/properties format)
setSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The settings to crete the index template with (either json/yaml/properties format)
setSignatureCalculator(SignatureCalculator) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setSignatureCalculator(SignatureCalculator) - Method in class com.ning.http.client.AsyncHttpClient
Set default signature calculator to use for requests build by this client instance
setSimilarity(Similarity) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setSize(int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The number of search hits to return.
setSlop(int) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Sets the phrase slop for this query.
setSnapshot(boolean) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequestBuilder
Should the status include recovery information.
setSource(BytesReference) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
 
setSource(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(BytesReference) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(byte[]) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(byte[], int, int) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
The mapping source definition.
setSource(Map) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
The mapping source definition.
setSource(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
The mapping source definition.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(Map) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(BytesReference) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(byte[]) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(byte[], int, int) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(BytesReference, boolean) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the full source of the explain request (for example, wrapping an actual query).
setSource(BytesReference, boolean) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the source.
setSource(BytesReference) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the source.
setSource(Map<String, Object>) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Index the Map as a JSON.
setSource(Map<String, Object>, XContentType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Index the Map as the provided content type.
setSource(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the document source to index.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the content source to index.
setSource(byte[]) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the document to index in bytes form.
setSource(byte[], int, int) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the document to index in bytes form (assumed to be safe to be used from different threads).
setSource(byte[], int, int, boolean) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the document to index in bytes form.
setSource(String, Object) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Constructs a simple document with a field and a value.
setSource(String, Object, String, Object) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Constructs a simple document with a field and value pairs.
setSource(String, Object, String, Object, String, Object) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Constructs a simple document with a field and value pairs.
setSource(String, Object, String, Object, String, Object, String, Object) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Constructs a simple document with a field and value pairs.
setSource(Map<String, Object>) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Index the Map as a JSON.
setSource(Map<String, Object>, XContentType) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Index the Map as the provided content type.
setSource(String) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the document source to index.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the content source to index.
setSource(BytesReference) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the document to index in bytes form.
setSource(BytesReference, boolean) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the document to index in bytes form.
setSource(byte[]) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the document to index in bytes form.
setSource(byte[], int, int) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the document to index in bytes form (assumed to be safe to be used from different threads).
setSource(byte[], int, int, boolean) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the document to index in bytes form.
setSource(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setSource(BytesReference) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setSource(BytesReference, boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setSource(byte[]) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setSource(byte[], int, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a json string.
setSource(Map) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a map.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
 
setSource(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
 
setSource(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
 
setSource(BytesReference) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
 
setSSLContext(SSLContext) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the SSLContext for secure connection.
setSslContext(SSLContext) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setSSLContext(SSLContext) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setSSLEngineFactory(SSLEngineFactory) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the SSLEngineFactory for secure connection.
setSslEngineFactory(SSLEngineFactory) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setSSLEngineFactory(SSLEngineFactory) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setStalledTime(long) - Method in class com.ning.http.multipart.FilePart
 
setState(NettyResponseFuture.STATE) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setStats(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The stats groups this request will be aggregated under.
setStopWords(String...) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequestBuilder
Any word in this set is considered "uninteresting" and ignored.
setStopWords(Set<?>) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setStore(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setStrict302Handling(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Configures this AHC instance to be strict in it's handling of 302 redirects in a POST/Redirect/GET situation.
setTarget(String) - Method in class org.elasticsearch.common.logging.log4j.ConsoleAppender
Sets the value of the Target option.
setTemplate(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the template match expression that will be used to match on indices created.
setThreadPool(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node thread pool info be returned.
setThreadPool(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node thread pool stats be returned.
setThreads(int) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setTimeout(String) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Sets operation timeout.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
Timeout to wait for the operation to be acknowledged by current cluster nodes.
setTimeout(String) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Timeout to wait for the index creation to be acknowledged by current cluster nodes.
setTimeout(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Timeout to wait for the index creation to be acknowledged by current cluster nodes.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
setTimeout(String) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
Timeout to wait till the put mapping gets acknowledged of all current cluster nodes.
setTimeout(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
Timeout to wait till the put mapping gets acknowledged of all current cluster nodes.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
Timeout to wait for the operation to be acknowledged by current cluster nodes.
setTimeout(String) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
setTimeout(String) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Timeout to wait for the index creation to be acknowledged by current cluster nodes.
setTimeout(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Timeout to wait for the index creation to be acknowledged by current cluster nodes.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
An optional timeout to control how long search is allowed to take.
setTimeout(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
An optional timeout to control how long search is allowed to take.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
 
setTimeout(String) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
 
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(String) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(String) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(String) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimestamp(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the timestamp either as millis since the epoch, or, in the configured date format.
SETTING - Static variable in class org.elasticsearch.cluster.ClusterName
 
SETTING_AUTO_EXPAND_REPLICAS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_BLOCKS_METADATA - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_BLOCKS_READ - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_BLOCKS_WRITE - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_NUMBER_OF_REPLICAS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_NUMBER_OF_SHARDS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_READ_ONLY - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_READ_ONLY - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
SETTING_VERSION_CREATED - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
settings - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
settings() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
The settings of the node.
settings() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node settings be returned.
settings(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node settings be returned.
settings() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to created the index with.
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to created the index with.
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to created the index with.
settings(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to crete the index with (either json/yaml/properties format)
settings(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Allows to set the settings using a json builder.
settings(Map) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to crete the index with (either json/yaml/properties format)
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
The settings to created the index with.
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
The settings to created the index with.
settings(String) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
The settings to crete the index with (either json/yaml/properties format)
settings(Map) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
The settings to crete the index with (either json/yaml/properties format)
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The settings to create the index template with.
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The settings to create the index template with.
settings(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The settings to create the index template with (either json/yaml/properties format).
settings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The settings to crete the index template with (either json/yaml/properties format).
settings() - Method in class org.elasticsearch.action.support.HttpClient
 
settings() - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
settings() - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
settings() - Method in class org.elasticsearch.client.http.HttpIngestClient
 
settings() - Method in class org.elasticsearch.client.http.HttpSearchClient
 
settings() - Method in interface org.elasticsearch.client.internal.InternalGenericClient
 
settings(Settings.Builder) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
settings(Settings) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
settings() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
settings(Settings.Builder) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
settings(Settings) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
settings() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
settings() - Method in class org.elasticsearch.cluster.metadata.MetaData
Returns the merges transient and persistent settings.
settings - Variable in class org.elasticsearch.cluster.routing.allocation.decider.SimpleAllocationDecider
 
Settings - Interface in org.elasticsearch.common.settings
Immutable settings allowing to control the configuration.
settings - Variable in class org.elasticsearch.env.ClientEnvironment
 
settings() - Method in class org.elasticsearch.env.ClientEnvironment
The settings used to build this environment.
settings - Variable in class org.elasticsearch.transport.netty.ClientNettyTransport
 
settings() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
settings() - Method in interface org.elasticsearch.transport.netty.NettyTransport
 
Settings.Builder - Interface in org.elasticsearch.common.settings
A settings builder interface.
settingsBuilder() - Static method in class org.elasticsearch.common.settings.ImmutableSettings
Returns a builder to be used in order to build settings.
SettingsException - Exception in org.elasticsearch.common.settings
A generic failure to handle settings.
SettingsException(String) - Constructor for exception org.elasticsearch.common.settings.SettingsException
 
SettingsException(String, Throwable) - Constructor for exception org.elasticsearch.common.settings.SettingsException
 
settingsFilter(ClientSettingsFilter) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
settingsFilter(ClientSettingsFilter) - Method in class org.elasticsearch.cluster.ClusterState
 
SettingsLoader - Interface in org.elasticsearch.common.settings.loader
Provides the ability to load settings (in the form of a simple Map) from the actual source content that represents them.
SettingsLoader.Helper - Class in org.elasticsearch.common.settings.loader
 
SettingsLoader.Helper() - Constructor for class org.elasticsearch.common.settings.loader.SettingsLoader.Helper
 
SettingsLoaderFactory - Class in org.elasticsearch.common.settings.loader
A settings loader factory automatically trying to identify what type of SettingsLoader to use.
setTokenFilters(String...) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets token filters that will be used on top of a tokenizer provided.
setTokenizer(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Instead of setting the analyzer, sets the tokenizer that will be used as part of a custom analyzer.
setTrackScores(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Applies when sorting, and controls if scores will be tracked as well.
setTransferEncoding(String) - Method in class com.ning.http.multipart.PartBase
Sets the transfer encoding.
setTransientSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
setTransientSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
setTransientSettings(String) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
setTransientSettings(Map) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
setTransport(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node Transport info be returned.
setTransport(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node Transport stats be returned.
setTTL(long) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
 
setType(String) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
setType(String) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequestBuilder
The type of the mapping to remove.
setType(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
The type of the mappings.
setType(String) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the type of the document to delete.
setType(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the type to get a score explanation for.
setType(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the type of the document to fetch.
setType(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the type to index the document to.
setType(String) - Method in class org.elasticsearch.action.percolate.PercolateRequestBuilder
Sets the type of the document to percolate.
setType(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the type of the indexed document.
setTypes(String...) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
setTypes(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
Document types to return stats for.
setTypes(String...) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
The types of documents the query will run against.
setTypes(String...) - Method in class org.elasticsearch.action.count.CountRequestBuilder
The types of documents the query will run against.
setTypes(String...) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
The types of documents the query will run against.
setTypes(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The document types to execute the search against.
setup() - Static method in class org.elasticsearch.common.netty.NettyStaticSetup
 
setUpsert(IndexRequest) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the index request to be used if the document does not exists.
setUpsert(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(Map) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(Map, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setURI(URI) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setUri(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setURI(URI) - Method in class org.elasticsearch.action.support.HttpRequest
 
setUrl(String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setUrl(String) - Method in class com.ning.http.client.RequestBuilder
 
setUrl(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setUrl(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setUrl(String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setUsePreemptiveAuth(boolean) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setUseProxyProperties(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Sets whether AHC should use the default http.proxy* system properties to obtain proxy information.
setUserAgent(String) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the USER_AGENT header value
setUserAgent(String) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setUserAgent(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setUseRawUrl(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Allows use unescaped URLs in requests useful for retrieving data from broken sites
setUseRawUrl(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setVersion(long) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the version, which will cause the delete operation to only be performed if a matching version exists and no changes happened on the doc since then.
setVersion(long) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the version, which will cause the index operation to only be performed if a matching version exists and no changes happened on the doc since then.
setVersion(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Should each SearchHit be returned with its version.
setVersion(Version) - Method in class org.elasticsearch.common.compress.CompressedStreamInput
 
setVersion(Version) - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
setVersion(Version) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
setVersion(Version) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
setVersion(Version) - Method in class org.elasticsearch.common.io.stream.StreamInput
 
setVersion(Version) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
setVersionType(VersionType) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the type of versioning to use.
setVersionType(VersionType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the versioning type.
setVirtualHost(String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setVirtualHost(String) - Method in class com.ning.http.client.RequestBuilder
 
setVirtualHost(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setVirtualHost(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setVirtualHost(String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWaitForGreenStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWaitForMerge(boolean) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequestBuilder
Should the call block until the optimize completes.
setWaitForNodes(String) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
Waits for N number of nodes.
setWaitForOperations(boolean) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshRequestBuilder
 
setWaitForRelocatingShards(int) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWaitForStatus(ClusterHealthStatus) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWaitForYellowStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWarmer(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setWebSocketIdleTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an WebSocket can stay idle.
sha1(byte[]) - Static method in class com.ning.http.client.providers.netty.WebSocketUtil
 
shallowSizeOf(Object) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Estimates a "shallow" memory usage of the given object.
shallowSizeOfInstance(Class<?>) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the shallow instance size in bytes an instance of the given class would occupy.
ShapeBuilder - Class in org.elasticsearch.common.geo
Utility class for building Shape instances like Point, Rectangle and Polygons.
ShapeBuilder.PolygonBuilder - Class in org.elasticsearch.common.geo
Builder for creating a Shape instance of a Polygon
ShapeBuilder.PolygonBuilder() - Constructor for class org.elasticsearch.common.geo.ShapeBuilder.PolygonBuilder
 
ShapeBuilder.RectangleBuilder - Class in org.elasticsearch.common.geo
Builder for creating a Rectangle instance
ShapeBuilder.RectangleBuilder() - Constructor for class org.elasticsearch.common.geo.ShapeBuilder.RectangleBuilder
 
ShapeRelation - Enum in org.elasticsearch.common.geo
Enum representing the relationship between a Query / Filter Shape and indexed Shapes that will be used to determine if a Document should be matched or not
shard() - Method in class org.elasticsearch.action.search.ShardSearchFailure
The search shard target the failure occurred on.
shard() - Method in exception org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
 
shard(int) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
shard() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
shard(SearchShardTarget) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
shard() - Method in exception org.elasticsearch.search.SearchException
 
shard() - Method in interface org.elasticsearch.search.SearchHit
The shard of the search hit.
ShardDeleteResponse - Class in org.elasticsearch.action.delete.index
Delete response executed on a specific shard.
ShardDeleteResponse() - Constructor for class org.elasticsearch.action.delete.index.ShardDeleteResponse
 
ShardDeleteResponse(long, boolean) - Constructor for class org.elasticsearch.action.delete.index.ShardDeleteResponse
 
shardFailures() - Method in class org.elasticsearch.action.search.SearchResponse
The failures that occurred during the search.
shardFailures() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
The list of shard failures exception.
shardHandleLookup() - Method in class org.elasticsearch.search.internal.InternalSearchHits.StreamContext
 
shardId() - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
shardId() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
shardId() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
shardId() - Method in class org.elasticsearch.action.search.ShardSearchFailure
The shard id the search failed on.
shardId() - Method in interface org.elasticsearch.action.ShardOperationFailedException
The index the operation failed on.
shardId() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
 
shardId() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
shardId - Variable in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
shardId() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
 
shardId() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
shardId() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
shardId - Variable in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
shardId() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
shardId() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardId() - Method in class org.elasticsearch.cluster.routing.PlainShardIterator
 
shardId() - Method in interface org.elasticsearch.cluster.routing.ShardIterator
The shard id this group relates to.
shardId() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard id.
shardId() - Method in exception org.elasticsearch.index.shard.IndexShardException
 
ShardId - Class in org.elasticsearch.index.shard
Allows for shard level components to be injected with the shard id.
ShardId(String, int) - Constructor for class org.elasticsearch.index.shard.ShardId
 
ShardId(Index, int) - Constructor for class org.elasticsearch.index.shard.ShardId
 
shardId() - Method in class org.elasticsearch.search.SearchShardTarget
 
ShardIterator - Interface in org.elasticsearch.cluster.routing
Allows to iterate over a set of shard instances (routing) within a shard id group.
ShardOperationFailedException - Interface in org.elasticsearch.action
An exception indicating that a failure occurred performing an operation on the shard.
ShardReplicationOperationRequest<T extends ShardReplicationOperationRequest> - Class in org.elasticsearch.action.support.replication
 
ShardReplicationOperationRequest() - Constructor for class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
ShardReplicationOperationRequest(ActionRequest) - Constructor for class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
ShardReplicationOperationRequest(T) - Constructor for class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
ShardReplicationOperationRequestBuilder<Request extends ShardReplicationOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends ShardReplicationOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.replication
 
ShardReplicationOperationRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.support.replication.ShardReplicationOperationRequestBuilder
 
shardRouting() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
shardRouting() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
The shard routing information (cluster wide shard state).
shardRouting() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The shard routing information (cluster wide shard state).
ShardRouting - Interface in org.elasticsearch.cluster.routing
Shard routing represents the state of a shard instance allocated in the cluster.
ShardRoutingState - Enum in org.elasticsearch.cluster.routing
The state of the shard as defined by the cluster.
shards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
shards() - Method in class org.elasticsearch.action.admin.indices.segments.IndexSegments
A shard id to index shard segments map (note, index shard segments is the replication shard group that maps to the shard id).
shards() - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
shards() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
shards() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
shards() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
shards() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
shards() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
A shard id to index shard status map (note, index shard status is the replication shard group that maps to the shard id).
shards - Variable in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
shards() - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
shards() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
shards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shards() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
ShardSearchFailure - Class in org.elasticsearch.action.search
Represents a failure to search on a specific shard.
ShardSearchFailure(Throwable) - Constructor for class org.elasticsearch.action.search.ShardSearchFailure
 
ShardSearchFailure(String, SearchShardTarget) - Constructor for class org.elasticsearch.action.search.ShardSearchFailure
 
ShardSegments - Class in org.elasticsearch.action.admin.indices.segments
 
ShardSegments(ShardRouting, List<Segment>) - Constructor for class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
shardsIt() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
shardsIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardsIt(int) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardsIt() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
A shard iterator with just this shard in it.
ShardsIterator - Interface in org.elasticsearch.cluster.routing
Allows to iterate over unrelated shards.
ShardsLimitAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
 
ShardsLimitAllocationDecider() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
ShardsLimitAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
shardsRandomIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardsRoutingFor(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
shardsRoutingFor(String, int) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
ShardStats - Class in org.elasticsearch.action.admin.indices.stats
 
ShardStatus - Class in org.elasticsearch.action.admin.indices.status
Shard instance (actual allocated shard) status.
shardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
shardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
shardsWithState(String, ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
shardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
shardsWithState(String, ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
shardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
shardTarget(SearchShardTarget) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
shardTarget(SearchShardTarget) - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
share() - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
shortName() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
shortSummary() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
shortSummary() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
shortSummary() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
A short description of the shard.
shortToBytes(int) - Static method in class org.elasticsearch.common.Numbers
Converts an int to a byte array.
shortValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
shortValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
should(FilterBuilder) - Method in class org.elasticsearch.index.query.BoolFilterBuilder
Adds a filter that should appear in the matching documents.
should(QueryBuilder) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Adds a query that should appear in the matching documents.
shouldConnectTo(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Should this node form a connection to the provided node.
shouldIgnoreShardForNode(ShardId, String) - Method in interface org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
shouldIgnoreShardForNode(ShardId, String) - Method in class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
shouldParse() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Do we really need parsing?
shouldParseId() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Does id parsing really needed at all?
shouldParseRouting() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Does routing parsing really needed at all?
shouldParseTimestamp() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Does timestamp parsing really needed at all?
shrink(short[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
shrink(int[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
shrink(long[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
shrink(byte[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
shrink(boolean[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
shrink(char[], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
shrink(int[][], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
shrink(float[][], int) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
shutdown() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
shutdown() - Method in interface org.elasticsearch.threadpool.ThreadPool
 
shutdown() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
shutdownNow() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.
shutdownNow() - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
shutdownNow() - Method in interface org.elasticsearch.threadpool.ThreadPool
 
shutdownNow() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
signatureCalculator - Variable in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
Calculator used for calculating request signature for the request being built, if any.
signatureCalculator - Variable in class com.ning.http.client.AsyncHttpClient
Default signature calculator to use for all requests constructed by this client instance.
SignatureCalculator - Interface in com.ning.http.client
Interface that allows injecting signature calculator into RequestBuilder so that signature calculation and inclusion can be added as a pluggable component.
SIMPLE_MAP_FACTORY - Static variable in class org.elasticsearch.common.xcontent.support.XContentMapConverter
 
SimpleAHCTransferListener - Interface in com.ning.http.client.simple
A simple transfer listener for use with the SimpleAsyncHttpClient.
SimpleAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
A pluggable logic allowing to control if allocation of a shard is allowed on a specific node.
SimpleAllocationDecider() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.SimpleAllocationDecider
 
SimpleAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.SimpleAllocationDecider
 
SimpleAsyncHttpClient - Class in com.ning.http.client
Simple implementation of AsyncHttpClient and it's related builders (AsyncHttpClientConfig, Realm, ProxyServer and AsyncHandler.
SimpleAsyncHttpClient.Builder - Class in com.ning.http.client
 
SimpleAsyncHttpClient.Builder() - Constructor for class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
SimpleAsyncHttpClient.DerivedBuilder - Interface in com.ning.http.client
This interface contains possible configuration changes for a derived SimpleAsyncHttpClient.
SimpleAsyncHttpClient.ErrorDocumentBehaviour - Enum in com.ning.http.client
 
simpleDateFormat - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
simpleMatch(String, String) - Static method in class org.elasticsearch.common.regex.Regex
Match a String against the given pattern, supporting the following simple pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an arbitrary number of pattern parts), as well as direct equality.
simpleMatch(String[], String) - Static method in class org.elasticsearch.common.regex.Regex
Match a String against the given patterns, supporting the following simple pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an arbitrary number of pattern parts), as well as direct equality.
SimpleRoutingAllocation - Class in org.elasticsearch.cluster.routing.allocation
 
SimpleRoutingAllocation(AllocationDeciders, RoutingNodes, DiscoveryNodes) - Constructor for class org.elasticsearch.cluster.routing.allocation.SimpleRoutingAllocation
 
SingleCustomOperationRequest<T extends SingleCustomOperationRequest> - Class in org.elasticsearch.action.support.single.custom
 
SingleCustomOperationRequest() - Constructor for class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
 
SingleCustomOperationRequestBuilder<Request extends SingleCustomOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends SingleCustomOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.single.custom
 
SingleCustomOperationRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequestBuilder
 
singles() - Method in class org.elasticsearch.common.unit.SizeValue
 
SingleShardOperationRequest<T extends SingleShardOperationRequest> - Class in org.elasticsearch.action.support.single.shard
 
SingleShardOperationRequest() - Constructor for class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
 
SingleShardOperationRequest(String) - Constructor for class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
 
SingleShardOperationRequestBuilder<Request extends SingleShardOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends SingleShardOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.single.shard
 
SingleShardOperationRequestBuilder(InternalGenericClient, Request) - Constructor for class org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
 
size() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
size() - Method in class com.ning.http.client.FluentStringsMap
size() - Method in class com.ning.http.client.simple.HeaderMap
 
size() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
size() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
 
size() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
size() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
size() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
The number of shard routing instances.
size() - Method in class org.elasticsearch.common.collect.MapBackedSet
 
size() - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Returns the current size of the buffer.
size() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
Returns the current size of the buffer.
size() - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
Returns the current size of the buffer.
size() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
size() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Returns the number of elements in this deque.
size() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Returns the number of elements in this queue.
size() - Method in class org.elasticsearch.index.engine.Segment
 
size() - Method in class org.elasticsearch.index.store.StoreStats
 
size(int) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
The number of search hits to return.
sizeActive() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
sizeActive() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
 
SizeHeaderFrameDecoder - Class in org.elasticsearch.transport.netty
 
SizeHeaderFrameDecoder() - Constructor for class org.elasticsearch.transport.netty.SizeHeaderFrameDecoder
 
sizeInBytes() - Method in class org.elasticsearch.common.lucene.docset.AllDocSet
 
sizeInBytes() - Method in class org.elasticsearch.common.lucene.docset.AndDocSet
 
sizeInBytes() - Method in class org.elasticsearch.common.lucene.docset.DocSet
 
sizeInBytes() - Method in class org.elasticsearch.common.lucene.docset.FixedBitDocSet
 
sizeInBytes() - Method in class org.elasticsearch.common.lucene.docset.GetDocSet
 
sizeInBytes() - Method in class org.elasticsearch.common.lucene.docset.NotDocSet
 
sizeInBytes() - Method in class org.elasticsearch.common.lucene.docset.OpenBitDocSet
 
sizeInBytes() - Method in class org.elasticsearch.common.lucene.docset.OrDocSet
 
sizeInBytes - Variable in class org.elasticsearch.index.engine.Segment
 
sizeInBytes() - Method in class org.elasticsearch.index.engine.Segment
 
sizeInBytes() - Method in class org.elasticsearch.index.store.StoreStats
 
sizeOf(byte[]) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the size in bytes of the byte[] object.
sizeOf(boolean[]) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the size in bytes of the boolean[] object.
sizeOf(char[]) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the size in bytes of the char[] object.
sizeOf(short[]) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the size in bytes of the short[] object.
sizeOf(int[]) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the size in bytes of the int[] object.
sizeOf(float[]) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the size in bytes of the float[] object.
sizeOf(long[]) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the size in bytes of the long[] object.
sizeOf(double[]) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Returns the size in bytes of the double[] object.
sizeOf(Object) - Static method in class org.elasticsearch.common.lucene.util.RamUsageEstimator
Estimates the RAM usage by the given object.
SizeUnit - Enum in org.elasticsearch.common.unit
 
SizeValue - Class in org.elasticsearch.common.unit
 
SizeValue(long) - Constructor for class org.elasticsearch.common.unit.SizeValue
 
SizeValue(long, SizeUnit) - Constructor for class org.elasticsearch.common.unit.SizeValue
 
skip(long) - Method in class org.elasticsearch.common.io.FastByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class org.elasticsearch.common.io.FastCharArrayReader
Skips characters.
skip(long) - Method in class org.elasticsearch.common.io.FastStringReader
Skips the specified number of characters in the stream.
skip(long) - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
skip(long) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
skip(long) - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
skip(int) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
skip(long) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
skip(int) - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
skip(long) - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
skipBytes(int) - Method in class org.elasticsearch.transport.netty.ChannelBufferStreamInput
 
skipChildren() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
skipChildren() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
Slf4jESLogger - Class in org.elasticsearch.common.logging.slf4j
 
Slf4jESLogger(String, Logger) - Constructor for class org.elasticsearch.common.logging.slf4j.Slf4jESLogger
 
Slf4jESLoggerFactory - Class in org.elasticsearch.common.logging.slf4j
 
Slf4jESLoggerFactory() - Constructor for class org.elasticsearch.common.logging.slf4j.Slf4jESLoggerFactory
 
slice(int, int) - Method in class org.elasticsearch.common.bytes.BytesArray
 
slice(int, int) - Method in interface org.elasticsearch.common.bytes.BytesReference
Slice the bytes from the from index up to length.
slice(int, int) - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
slop(int) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Set the phrase slop if evaluated to a phrase query type.
slop(int) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Set the phrase slop if evaluated to a phrase query type.
slop(int) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
smileBuilder() - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns a content builder using SMILE format (XContentType.SMILE.
smileBuilder(OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a new json builder that will output the result into the provided output stream.
SmileXContent - Class in org.elasticsearch.common.xcontent.smile
A JSON based content implementation using Jackson.
smileXContent - Static variable in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
SmileXContentGenerator - Class in org.elasticsearch.common.xcontent.smile
 
SmileXContentGenerator(JsonGenerator) - Constructor for class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
SmileXContentParser - Class in org.elasticsearch.common.xcontent.smile
 
SmileXContentParser(JsonParser) - Constructor for class org.elasticsearch.common.xcontent.smile.SmileXContentParser
 
SnappyCompressorContext - Class in org.elasticsearch.common.compress.snappy
 
SnappyCompressorContext(int, int) - Constructor for class org.elasticsearch.common.compress.snappy.SnappyCompressorContext
 
snapshot(boolean) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
Should the status include recovery information.
snapshot() - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
 
SNAPSHOT - Static variable in interface org.elasticsearch.threadpool.ThreadPool.Names
 
snapshot - Variable in class org.elasticsearch.Version
 
snapshot() - Method in class org.elasticsearch.Version
 
snapshots() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
snapshots(int) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
SOLARIS - Static variable in class org.elasticsearch.common.os.OsUtils
True iff running on SunOS.
sort(String, SortOrder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a sort against the given field name and the sort ordering.
sort(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Add a sort against the given field name.
sort(SortBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a sort builder.
SortBuilder - Class in org.elasticsearch.search.sort
 
SortBuilder() - Constructor for class org.elasticsearch.search.sort.SortBuilder
 
SortBuilders - Class in org.elasticsearch.search.sort
A set of static factory methods for SortBuilders.
SortBuilders() - Constructor for class org.elasticsearch.search.sort.SortBuilders
 
SorterTemplate - Class in org.elasticsearch.common.lucene.util
This class was inspired by CGLIB, but provides a better QuickSort algorithm without additional InsertionSort at the end.
SorterTemplate() - Constructor for class org.elasticsearch.common.lucene.util.SorterTemplate
 
SortOrder - Enum in org.elasticsearch.search.sort
A sorting order.
sortStringArray(String[]) - Static method in class org.elasticsearch.common.Strings
Turn given source String array into sorted array.
sortValues(Object[]) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
sortValues() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
sortValues() - Method in interface org.elasticsearch.search.SearchHit
An array of the sort values used.
source(BytesReference) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Sets the source for the request.
source(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(byte[]) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(byte[], int, int) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
source(BytesReference) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping source definition.
source(Map) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping source definition.
source(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping source definition.
source(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(Map) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(byte[]) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(byte[], int, int) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(BytesReference) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
source(ExplainSourceBuilder) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
source(BytesReference, boolean) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
source() - Method in class org.elasticsearch.action.get.GetResponse
The source of the document if exists.
source() - Method in class org.elasticsearch.action.index.IndexRequest
The source of the document to index, recopied to a new array if it is unsage.
source(Map) - Method in class org.elasticsearch.action.index.IndexRequest
Index the Map as a org.elasticsearch.client.Requests#INDEX_CONTENT_TYPE.
source(Map, XContentType) - Method in class org.elasticsearch.action.index.IndexRequest
Index the Map as the provided content type.
source(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document source to index.
source(XContentBuilder) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the content source to index.
source(String, Object) - Method in class org.elasticsearch.action.index.IndexRequest
 
source(String, Object, String, Object) - Method in class org.elasticsearch.action.index.IndexRequest
 
source(String, Object, String, Object, String, Object) - Method in class org.elasticsearch.action.index.IndexRequest
 
source(String, Object, String, Object, String, Object, String, Object) - Method in class org.elasticsearch.action.index.IndexRequest
 
source(BytesReference, boolean) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document to index in bytes form.
source(byte[]) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document to index in bytes form.
source(byte[], int, int) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document to index in bytes form (assumed to be safe to be used from different threads).
source(byte[], int, int, boolean) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document to index in bytes form.
source() - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(Map) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(Map, XContentType) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(String) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(XContentBuilder) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(byte[]) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(byte[], int, int) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(byte[], int, int, boolean) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(BytesReference, boolean) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
source(SearchSourceBuilder) - Method in class org.elasticsearch.action.search.SearchRequest
The source of the search request.
source(String) - Method in class org.elasticsearch.action.search.SearchRequest
The source of the search request.
source(Map) - Method in class org.elasticsearch.action.search.SearchRequest
The source of the search request in the form of a map.
source(XContentBuilder) - Method in class org.elasticsearch.action.search.SearchRequest
 
source(byte[]) - Method in class org.elasticsearch.action.search.SearchRequest
The search source to execute.
source(byte[], int, int) - Method in class org.elasticsearch.action.search.SearchRequest
The search source to execute.
source(byte[], int, int, boolean) - Method in class org.elasticsearch.action.search.SearchRequest
The search source to execute.
source(BytesReference, boolean) - Method in class org.elasticsearch.action.search.SearchRequest
The search source to execute.
source() - Method in class org.elasticsearch.action.search.SearchRequest
The search source to execute.
source(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequest
 
source(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequest
 
source(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequest
 
source(BytesReference) - Method in class org.elasticsearch.action.update.UpdateRequest
 
source() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
The source that caused this cluster event to be raised.
source() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
source() - Method in class org.elasticsearch.index.get.GetResult
The source of the document if exists.
source() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
source() - Method in interface org.elasticsearch.search.SearchHit
The source of the document (can be null).
source() - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Entry
 
sourceAsMap() - Method in class org.elasticsearch.action.get.GetResponse
The source of the document (As a map).
sourceAsMap() - Method in class org.elasticsearch.action.index.IndexRequest
 
sourceAsMap() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
Converts the serialized compressed form of the mappings into a parsed map.
sourceAsMap() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
sourceAsMap() - Method in interface org.elasticsearch.search.SearchHit
The source of the document as a map (can be null).
sourceAsString() - Method in class org.elasticsearch.action.get.GetResponse
The source of the document (as a string).
sourceAsString() - Method in class org.elasticsearch.index.get.GetResult
The source of the document (as a string).
sourceAsString() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
sourceAsString() - Method in interface org.elasticsearch.search.SearchHit
The source of the document as string (can be null).
sourceRef() - Method in class org.elasticsearch.action.get.GetResponse
Returns bytes reference, also un compress the source if needed.
sourceRef() - Method in class org.elasticsearch.index.get.GetResult
Returns bytes reference, also un compress the source if needed.
sourceRef() - Method in class org.elasticsearch.search.internal.InternalSearchHit
Returns bytes reference, also un compress the source if needed.
sourceRef() - Method in interface org.elasticsearch.search.SearchHit
Returns bytes reference, also un compress the source if needed.
sourceUnsafe() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
SPACE - Static variable in class org.elasticsearch.common.logging.Loggers
 
spaceify(int, String, StringBuilder) - Static method in class org.elasticsearch.common.Strings
 
spanFirstQuery(SpanQueryBuilder, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanFirstQueryBuilder - Class in org.elasticsearch.index.query
 
SpanFirstQueryBuilder(SpanQueryBuilder, int) - Constructor for class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
spanNearQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanNearQueryBuilder - Class in org.elasticsearch.index.query
 
SpanNearQueryBuilder() - Constructor for class org.elasticsearch.index.query.SpanNearQueryBuilder
 
spanNotQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanNotQueryBuilder - Class in org.elasticsearch.index.query
 
SpanNotQueryBuilder() - Constructor for class org.elasticsearch.index.query.SpanNotQueryBuilder
 
spanOrQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanOrQueryBuilder - Class in org.elasticsearch.index.query
 
SpanOrQueryBuilder() - Constructor for class org.elasticsearch.index.query.SpanOrQueryBuilder
 
SpanQueryBuilder - Interface in org.elasticsearch.index.query
 
spanTermQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
spanTermQuery(String, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
spanTermQuery(String, long) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
spanTermQuery(String, float) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
spanTermQuery(String, double) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanTermQueryBuilder - Class in org.elasticsearch.index.query
 
SpanTermQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, int) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, long) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, float) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, double) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SPATIAL_CONTEXT - Static variable in interface org.elasticsearch.common.geo.GeoShapeConstants
 
split(String, String) - Static method in class org.elasticsearch.common.Strings
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - Static method in class org.elasticsearch.common.Strings
Take an array Strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.elasticsearch.common.Strings
Take an array Strings and split each element based on the given delimiter.
splitSmart(String, String, boolean) - Static method in class org.elasticsearch.common.Strings
Splits a backslash escaped string on the separator.
splitStringByCommaToArray(String) - Static method in class org.elasticsearch.common.Strings
 
splitStringByCommaToSet(String) - Static method in class org.elasticsearch.common.Strings
 
splitStringToArray(String, char) - Static method in class org.elasticsearch.common.Strings
 
splitStringToSet(String, char) - Static method in class org.elasticsearch.common.Strings
 
splitWS(String, boolean) - Static method in class org.elasticsearch.common.Strings
 
SpnegoEngine - Class in com.ning.http.client.providers.netty.spnego
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
SpnegoEngine(SpnegoTokenGenerator) - Constructor for class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
SpnegoEngine() - Constructor for class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
SpnegoTokenGenerator - Interface in com.ning.http.client.providers.netty.spnego
Abstract SPNEGO token generator.
SSL_HANDLER - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
sslContext - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
sslEngineFactory - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
SSLEngineFactory - Interface in com.ning.http.client
Factory that creates an SSLEngine to be used for a single SSL connection.
SslUtils - Class in com.ning.http.util
This class is a copy of http://github.com/sonatype/wagon-ning/raw/master/src/main/java/org/apache/maven/wagon/providers/http/SslUtils.java
SslUtils() - Constructor for class com.ning.http.util.SslUtils
 
stage() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
stage() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
stage() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
start() - Method in class com.ning.http.multipart.FilePartStallHandler
 
start() - Method in class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing
 
start() - Method in class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
start() - Method in class org.elasticsearch.transport.client.ClientTransportService
 
start() - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
start() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
start() - Method in interface org.elasticsearch.transport.Transport
 
startArray(String, XContentBuilder.FieldCaseConversion) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startArray(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startArray(XContentBuilderString) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startArray() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
started() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
started() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard is in started mode.
StartedRerouteAllocation - Class in org.elasticsearch.cluster.routing.allocation
 
StartedRerouteAllocation(AllocationDeciders, RoutingNodes, DiscoveryNodes, List<? extends ShardRouting>) - Constructor for class org.elasticsearch.cluster.routing.allocation.StartedRerouteAllocation
 
startedShards() - Method in class org.elasticsearch.cluster.routing.allocation.StartedRerouteAllocation
 
startObject(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startObject(String, XContentBuilder.FieldCaseConversion) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startObject(XContentBuilderString) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startObject(XContentBuilderString, XContentBuilder.FieldCaseConversion) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startObject() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startOffset() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
startsWith(BytesRef) - Method in class org.elasticsearch.common.lucene.util.BytesRef
 
startsWithIgnoreCase(String, String) - Static method in class org.elasticsearch.common.Strings
Test if the given String starts with the specified prefix, ignoring upper/lower case.
startTime() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
startTime() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
startTime() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
startTime() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
startTime() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
state() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
 
state() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
state() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The shard state (index/local state).
state(ClusterStateRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
The state of the cluster.
state(ClusterStateRequest, ActionListener<ClusterStateResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
The state of the cluster.
state(ClusterStateRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
state(ClusterStateRequest, ActionListener<ClusterStateResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
state() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
 
state(ClusterState) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
state(IndexMetaData.State) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
state() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
state - Variable in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
state() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
state() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard state.
stats() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
stats(IndicesStatsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices stats.
stats(IndicesStatsRequest, ActionListener<IndicesStats>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices stats.
stats(IndicesStatsRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
stats(IndicesStatsRequest, ActionListener<IndicesStats>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
stats(String...) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
The stats groups this request will be aggregated under.
stats() - Method in class org.elasticsearch.threadpool.client.ClientThreadPool
 
stats() - Method in interface org.elasticsearch.threadpool.ThreadPool
 
stats() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPool
 
stats() - Method in class org.elasticsearch.transport.client.ClientTransportService
 
status - Variable in class com.ning.http.client.providers.ResponseBase
 
status() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
status() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
status() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
status() - Method in class org.elasticsearch.action.search.SearchResponse
 
status() - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
status(IndicesStatusRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
The status of one or more indices.
status(IndicesStatusRequest, ActionListener<IndicesStatusResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
The status of one or more indices.
status(IndicesStatusRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
status(IndicesStatusRequest, ActionListener<IndicesStatusResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
status() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
status() - Method in exception org.elasticsearch.cluster.block.ClusterBlockException
 
status() - Method in exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
status() - Method in exception org.elasticsearch.ElasticSearchException
Returns the rest status code associated with this exception.
status() - Method in exception org.elasticsearch.ElasticSearchIllegalArgumentException
 
status() - Method in exception org.elasticsearch.ElasticSearchParseException
 
status(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
 
status() - Method in exception org.elasticsearch.indices.IndexAlreadyExistsException
 
status() - Method in exception org.elasticsearch.indices.IndexMissingException
 
status() - Method in exception org.elasticsearch.indices.IndexTemplateAlreadyExistsException
 
status() - Method in exception org.elasticsearch.indices.IndexTemplateMissingException
 
status() - Method in exception org.elasticsearch.indices.InvalidAliasNameException
 
status() - Method in exception org.elasticsearch.indices.InvalidIndexNameException
 
status() - Method in exception org.elasticsearch.indices.InvalidIndexTemplateException
 
status() - Method in exception org.elasticsearch.indices.TypeMissingException
 
status() - Method in exception org.elasticsearch.search.warmer.IndexWarmerMissingException
 
statusIsCompress(byte) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
statusIsError(byte) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
statusIsRequest(byte) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
statusSetCompress(byte) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
statusSetError(byte) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
statusSetRequest(byte) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
statusSetResponse(byte) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
stop() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
stop() - Method in class org.elasticsearch.discovery.tao.ping.multicast.MulticastTaoPing
 
stop() - Method in class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
stop() - Method in class org.elasticsearch.transport.client.ClientTransportService
 
stop() - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
stop() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
stop() - Method in interface org.elasticsearch.transport.Transport
 
stopWords(String...) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
Any word in this set is considered "uninteresting" and ignored.
stopWords() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
Any word in this set is considered "uninteresting" and ignored.
stopWords(String...) - Method in class org.elasticsearch.index.query.MoreLikeThisFieldQueryBuilder
Set the set of stopwords.
stopWords(String...) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Set the set of stopwords.
store() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
store(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
store() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
store() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
storeSize() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
Returns the full store size in bytes, of both primaries and replicas.
storeSize() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
Returns the full store size in bytes, of both primaries and replicas.
storeSize() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The current size of the shard index storage.
StoreStats - Class in org.elasticsearch.index.store
 
StoreStats() - Constructor for class org.elasticsearch.index.store.StoreStats
 
StoreStats(long, long) - Constructor for class org.elasticsearch.index.store.StoreStats
 
stream(byte[], boolean) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
stream(byte[], int, int, boolean) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
stream(byte[], boolean) - Method in interface com.ning.http.client.websocket.WebSocket
Allows streaming of multiple binary fragments.
stream(byte[], int, int, boolean) - Method in interface com.ning.http.client.websocket.WebSocket
Allows streaming of multiple binary fragments.
stream() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
stream(String) - Static method in class org.elasticsearch.search.facet.InternalFacet.Streams
 
Streamable - Interface in org.elasticsearch.common.io.stream
 
Streamables - Class in org.elasticsearch.common.io.stream
 
Streamables() - Constructor for class org.elasticsearch.common.io.stream.Streamables
 
streamContext() - Static method in class org.elasticsearch.search.internal.InternalSearchHits
 
streamInput() - Method in class org.elasticsearch.common.bytes.BytesArray
 
streamInput() - Method in interface org.elasticsearch.common.bytes.BytesReference
A stream input of the bytes.
streamInput() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
streamInput(StreamInput) - Method in interface org.elasticsearch.common.compress.BasicCompressor
 
streamInput(StreamInput) - Method in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
streamInput(StreamInput) - Method in class org.elasticsearch.common.compress.snappy.DummySnappyCompressor
 
streamInput(StreamInput) - Method in class org.elasticsearch.common.compress.snappy.xerial.ClientXerialSnappyCompressor
 
StreamInput - Class in org.elasticsearch.common.io.stream
 
StreamInput() - Constructor for class org.elasticsearch.common.io.stream.StreamInput
 
streamOutput(StreamOutput) - Method in interface org.elasticsearch.common.compress.BasicCompressor
 
streamOutput(StreamOutput) - Method in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
streamOutput(StreamOutput) - Method in class org.elasticsearch.common.compress.snappy.DummySnappyCompressor
 
streamOutput(StreamOutput) - Method in class org.elasticsearch.common.compress.snappy.xerial.ClientXerialSnappyCompressor
 
StreamOutput - Class in org.elasticsearch.common.io.stream
 
StreamOutput() - Constructor for class org.elasticsearch.common.io.stream.StreamOutput
 
Streams - Class in org.elasticsearch.common.io
Simple utility methods for file and stream copying.
Streams() - Constructor for class org.elasticsearch.common.io.Streams
 
streamSeparator() - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
streamSeparator() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
streamSeparator() - Method in interface org.elasticsearch.common.xcontent.XContent
 
streamSeparator() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
streamShardTarget() - Method in class org.elasticsearch.search.internal.InternalSearchHits.StreamContext
 
streamShardTarget(InternalSearchHits.StreamContext.ShardTargetType) - Method in class org.elasticsearch.search.internal.InternalSearchHits.StreamContext
 
streamText(String, boolean) - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
streamText(String, boolean) - Method in interface com.ning.http.client.websocket.WebSocket
Allows streaming of multiple text fragments.
streamType() - Method in interface org.elasticsearch.search.facet.InternalFacet
 
strict302Handling - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
string() - Method in class org.elasticsearch.common.compress.CompressedString
 
string() - Method in class org.elasticsearch.common.text.StringAndBytesText
 
string() - Method in class org.elasticsearch.common.text.StringText
 
string() - Method in interface org.elasticsearch.common.text.Text
Returns the string representation of the text, might be converted to a string on the fly.
string() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Returns a string representation of the builder (only applicable for text based xcontent).
StringAndBytesText - Class in org.elasticsearch.common.text
Both String and BytesReference representation of the text.
StringAndBytesText(BytesReference) - Constructor for class org.elasticsearch.common.text.StringAndBytesText
 
StringAndBytesText(String) - Constructor for class org.elasticsearch.common.text.StringAndBytesText
 
StringPart - Class in com.ning.http.client
A string multipart part.
StringPart(String, String, String) - Constructor for class com.ning.http.client.StringPart
 
StringPart(String, String) - Constructor for class com.ning.http.client.StringPart
 
StringPart - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
StringPart(String, String, String) - Constructor for class com.ning.http.multipart.StringPart
Constructor.
StringPart(String, String) - Constructor for class com.ning.http.multipart.StringPart
Constructor.
Strings - Class in org.elasticsearch.common
 
StringText - Class in org.elasticsearch.common.text
A String only representation of the text.
StringText(String) - Constructor for class org.elasticsearch.common.text.StringText
 
stripFilenameExtension(String) - Static method in class org.elasticsearch.common.Strings
Strip the filename extension from the given path, e.g.
submit(HttpClient, HttpRequest, ActionListener<Response>) - Method in class org.elasticsearch.action.support.HttpAction
 
submit(ForkJoinTask<T>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Submits a ForkJoinTask for execution.
submit(Callable<T>) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
 
submit(Runnable, T) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
 
submit(Runnable) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
 
submitRequest(DiscoveryNode, String, TransportRequest, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
submitRequest(DiscoveryNode, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.client.ClientTransportService
 
subSequence(int, int) - Method in class org.elasticsearch.common.io.FastStringReader
 
subSequence(int, int) - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
substringMatch(CharSequence, int, CharSequence) - Static method in class org.elasticsearch.common.Strings
Test whether the given string matches the given substring at the given index.
successfulShards() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
The successful number of shards the delete by query was executed on.
successfulShards() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
The successful number of shards the delete by query was executed on.
successfulShards() - Method in class org.elasticsearch.action.search.SearchResponse
The successful number of shards the search was executed on.
successfulShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
The successful shards this request was executed on.
sum() - Method in class org.elasticsearch.common.metrics.MeanMetric
 
sum() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Returns the current sum.
sumThenReset() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Equivalent in effect to LongAdder.sum() followed by LongAdder.reset().
SUN_OS - Static variable in class org.elasticsearch.common.lucene.util.Constants
True iff running on SunOS.
suspendEncoding() - Method in class org.elasticsearch.common.Base64.OutputStream
Suspends encoding of the stream.
swap(int, int) - Method in class org.elasticsearch.common.lucene.util.SorterTemplate
Implement this method, that swaps slots i and j in your data
swap() - Method in class org.elasticsearch.monitor.os.OsInfo
 
swap() - Method in class org.elasticsearch.monitor.os.OsStats
 
syncFile(File) - Static method in class org.elasticsearch.common.io.FileSystemUtils
 
sys() - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
sys() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu kernel time.
SYSTEM_ERR - Static variable in class org.elasticsearch.common.logging.log4j.ConsoleAppender
 
SYSTEM_OUT - Static variable in class org.elasticsearch.common.logging.log4j.ConsoleAppender
 
systemProperties() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 

T

tabify(int, String, StringBuilder) - Static method in class org.elasticsearch.common.Strings
 
tagsSchema(String) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
Set a tag scheme that encapsulates a built in pre and post tags.
take() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
 
TaoPing - Interface in org.elasticsearch.discovery.tao.ping
 
TaoPing.PingListener - Interface in org.elasticsearch.discovery.tao.ping
 
TaoPing.PingResponse - Class in org.elasticsearch.discovery.tao.ping
 
TaoPing.PingResponse(DiscoveryNode, ClusterName) - Constructor for class org.elasticsearch.discovery.tao.ping.TaoPing.PingResponse
 
target - Variable in class org.elasticsearch.common.logging.log4j.ConsoleAppender
 
target() - Method in class org.elasticsearch.discovery.tao.ping.TaoPing.PingResponse
 
tcp() - Method in class org.elasticsearch.monitor.network.NetworkStats
 
TCP_BLOCKING - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_BLOCKING_CLIENT - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_BLOCKING_SERVER - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_CONNECT_TIMEOUT - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_DEFAULT_CONNECT_TIMEOUT - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_DEFAULT_SEND_BUFFER_SIZE - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_KEEP_ALIVE - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_NO_DELAY - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_RECEIVE_BUFFER_SIZE - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_REUSE_ADDRESS - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
TCP_SEND_BUFFER_SIZE - Static variable in class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
template(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
template() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
template(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
template() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
template() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
templates() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
term() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
TermFilter - Class in org.elasticsearch.common.lucene.search
A simple filter for a specific term.
TermFilter(Term) - Constructor for class org.elasticsearch.common.lucene.search.TermFilter
 
termFilter(String, String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter for a field based on a term.
termFilter(String, int) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter for a field based on a term.
termFilter(String, long) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter for a field based on a term.
termFilter(String, float) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter for a field based on a term.
termFilter(String, double) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter for a field based on a term.
termFilter(String, Object) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter for a field based on a term.
TermFilterBuilder - Class in org.elasticsearch.index.query
A filter for a field based on a term.
TermFilterBuilder(String, String) - Constructor for class org.elasticsearch.index.query.TermFilterBuilder
A filter for a field based on a term.
TermFilterBuilder(String, int) - Constructor for class org.elasticsearch.index.query.TermFilterBuilder
A filter for a field based on a term.
TermFilterBuilder(String, long) - Constructor for class org.elasticsearch.index.query.TermFilterBuilder
A filter for a field based on a term.
TermFilterBuilder(String, float) - Constructor for class org.elasticsearch.index.query.TermFilterBuilder
A filter for a field based on a term.
TermFilterBuilder(String, double) - Constructor for class org.elasticsearch.index.query.TermFilterBuilder
A filter for a field based on a term.
TermFilterBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.TermFilterBuilder
A filter for a field based on a term.
termQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, long) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, float) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, double) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, boolean) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
TermQueryBuilder - Class in org.elasticsearch.index.query
A Query that matches documents containing a term.
TermQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
Constructs a new term query.
TermQueryBuilder(String, int) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
Constructs a new term query.
TermQueryBuilder(String, long) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
Constructs a new term query.
TermQueryBuilder(String, float) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
Constructs a new term query.
TermQueryBuilder(String, double) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
Constructs a new term query.
TermQueryBuilder(String, boolean) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
Constructs a new term query.
TermQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
Constructs a new term query.
termsFilter(String, String...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
termsFilter(String, int...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
termsFilter(String, long...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
termsFilter(String, float...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
termsFilter(String, double...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
termsFilter(String, Object...) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
termsFilter(String, Iterable) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filer for a field based on several terms matching on any of them.
TermsFilterBuilder - Class in org.elasticsearch.index.query
A filer for a field based on several terms matching on any of them.
TermsFilterBuilder(String, String...) - Constructor for class org.elasticsearch.index.query.TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
TermsFilterBuilder(String, int...) - Constructor for class org.elasticsearch.index.query.TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
TermsFilterBuilder(String, long...) - Constructor for class org.elasticsearch.index.query.TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
TermsFilterBuilder(String, float...) - Constructor for class org.elasticsearch.index.query.TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
TermsFilterBuilder(String, double...) - Constructor for class org.elasticsearch.index.query.TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
TermsFilterBuilder(String, Object...) - Constructor for class org.elasticsearch.index.query.TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
TermsFilterBuilder(String, Iterable) - Constructor for class org.elasticsearch.index.query.TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
termsQuery(String, String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, int...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, long...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, float...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, double...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, Object...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
TermsQueryBuilder - Class in org.elasticsearch.index.query
 
TermsQueryBuilder(String, String...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A query for a field based on several terms matching on any of them.
TermsQueryBuilder(String, int...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A query for a field based on several terms matching on any of them.
TermsQueryBuilder(String, long...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A query for a field based on several terms matching on any of them.
TermsQueryBuilder(String, float...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A query for a field based on several terms matching on any of them.
TermsQueryBuilder(String, double...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A query for a field based on several terms matching on any of them.
TermsQueryBuilder(String, Object...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A query for a field based on several terms matching on any of them.
text() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
Text - Interface in org.elasticsearch.common.text
Text represents a (usually) long text data.
text() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
text() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
text(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
textCharacters() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
textCharacters() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
textLength() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
textLength() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
textOffset() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
textOffset() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
textOrNull() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
textOrNull() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
textPhrase(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
textPhrasePrefix(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
textPhrasePrefixQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
textPhraseQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
textQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
THREAD_POOL - Static variable in class org.elasticsearch.threadpool.ThreadPoolStatsElement.Fields
 
ThreadBarrier - Class in org.elasticsearch.common.util.concurrent
A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
ThreadBarrier(int) - Constructor for class org.elasticsearch.common.util.concurrent.ThreadBarrier
 
ThreadBarrier(int, Runnable) - Constructor for class org.elasticsearch.common.util.concurrent.ThreadBarrier
 
ThreadBarrier.BarrierTimer - Class in org.elasticsearch.common.util.concurrent
A Barrier action to be used in conjunction with ThreadBarrier to measure performance between barrier awaits.
ThreadBarrier.BarrierTimer() - Constructor for class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
 
threadedOperation - Variable in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
ThreadLocalRandom - Class in org.elasticsearch.common.util.concurrent.jsr166y
A random number generator isolated to the current thread.
ThreadLocals - Class in org.elasticsearch.common.util.concurrent
 
ThreadLocals() - Constructor for class org.elasticsearch.common.util.concurrent.ThreadLocals
 
ThreadLocals.CleanableValue<T> - Class in org.elasticsearch.common.util.concurrent
 
ThreadLocals.CleanableValue(T) - Constructor for class org.elasticsearch.common.util.concurrent.ThreadLocals.CleanableValue
 
threadName(Settings, String) - Static method in class org.elasticsearch.common.util.concurrent.ClientEsExecutors
 
threadPool - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
threadPool() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
threadPool() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Thread Pool info be returned.
threadPool(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Thread Pool info be returned.
threadPool() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Thread Pool be returned.
threadPool(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Thread Pool be returned.
threadPool - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
threadPool() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Thread Pool level statistics.
threadPool() - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
threadPool() - Method in class org.elasticsearch.action.support.HttpClient
 
threadPool() - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
threadPool() - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
threadPool() - Method in class org.elasticsearch.client.http.HttpIngestClient
 
threadPool() - Method in class org.elasticsearch.client.http.HttpSearchClient
 
threadPool() - Method in interface org.elasticsearch.client.internal.InternalGenericClient
 
ThreadPool - Interface in org.elasticsearch.threadpool
 
threadPool() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
threadPool() - Method in interface org.elasticsearch.transport.netty.NettyTransport
 
ThreadPool.Names - Interface in org.elasticsearch.threadpool
 
ThreadPoolInfo - Interface in org.elasticsearch.threadpool
 
ThreadPoolInfoElement - Interface in org.elasticsearch.threadpool
 
ThreadPoolInfoElement.Fields - Class in org.elasticsearch.threadpool
 
ThreadPoolInfoElement.Fields() - Constructor for class org.elasticsearch.threadpool.ThreadPoolInfoElement.Fields
 
ThreadPoolStats - Interface in org.elasticsearch.threadpool
 
ThreadPoolStatsElement - Interface in org.elasticsearch.threadpool
 
ThreadPoolStatsElement.Fields - Class in org.elasticsearch.threadpool
 
ThreadPoolStatsElement.Fields() - Constructor for class org.elasticsearch.threadpool.ThreadPoolStatsElement.Fields
 
threads() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
threads(int) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
threads() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
threads() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
THREADS - Static variable in class org.elasticsearch.threadpool.ThreadPoolStatsElement.Fields
 
threads() - Method in interface org.elasticsearch.threadpool.ThreadPoolStatsElement
 
threads() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
ThreadSafeHMAC - Class in com.ning.http.client.oauth
Since cloning (of MAC instances) is not necessarily supported on all platforms (and specifically seems to fail on MacOS), let's wrap synchronization/reuse details here.
ThreadSafeHMAC(ConsumerKey, RequestToken) - Constructor for class com.ning.http.client.oauth.ThreadSafeHMAC
 
ThrottleRequestFilter - Class in com.ning.http.client.extra
A RequestFilter throttles requests and block when the number of permits is reached, waiting for the response to arrives before executing the next request.
ThrottleRequestFilter(int) - Constructor for class com.ning.http.client.extra.ThrottleRequestFilter
 
ThrottleRequestFilter(int, int) - Constructor for class com.ning.http.client.extra.ThrottleRequestFilter
 
throttleTime() - Method in class org.elasticsearch.index.store.StoreStats
 
ThrowableHandler - Interface in com.ning.http.client
Simple Throwable handler to be used with SimpleAsyncHttpClient
ThrowableObjectInputStream - Class in org.elasticsearch.common.io
 
ThrowableObjectInputStream(InputStream) - Constructor for class org.elasticsearch.common.io.ThrowableObjectInputStream
 
ThrowableObjectInputStream(InputStream, ClassLoader) - Constructor for class org.elasticsearch.common.io.ThrowableObjectInputStream
 
ThrowableObjectOutputStream - Class in org.elasticsearch.common.io
 
ThrowableObjectOutputStream(OutputStream) - Constructor for class org.elasticsearch.common.io.ThrowableObjectOutputStream
 
throwConnectException(boolean) - Method in class org.elasticsearch.transport.client.ClientTransportService
Set to true to indicate that a ConnectTransportException should be thrown when sending a message (otherwise, it will be passed to the response handler).
tick() - Method in class org.elasticsearch.common.metrics.EWMA
Mark the passage of time and decay the current rate accordingly.
tieBreaker(float) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
The score of each non-maximum disjunct for a document is multiplied by this weight and added into the final score.
tieBreaker(Integer) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
tieBreaker(float) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
When more than one field is used with the query string, and combined queries are using dis max, control the tie breaker for it.
time() - Method in class org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus
 
time() - Method in class org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus
 
time() - Method in class org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus
 
time() - Method in class org.elasticsearch.index.get.GetStats
 
timedOut - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
timedOut() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
true if the waitForXXX has timeout out and did not match.
timedOut() - Method in class org.elasticsearch.action.search.SearchResponse
Has the search operation timed out.
timedOut() - Method in class org.elasticsearch.search.internal.InternalSearchResponse
 
timeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
timeout() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
timeout(String) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
Timeout to wait till the alias operations get acknowledged of all current cluster nodes.
timeout(String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
Timeout to wait till the alias operations get acknowledged of all current cluster nodes.
timeout() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
timeout(String) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
timeout() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Timeout to wait for the index creation to be acknowledged by current cluster nodes.
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Timeout to wait for the index creation to be acknowledged by current cluster nodes.
timeout(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Timeout to wait for the index creation to be acknowledged by current cluster nodes.
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
timeout(String) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
Timeout to wait till the put mapping gets acknowledged of all current cluster nodes.
timeout(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
Timeout to wait till the put mapping gets acknowledged of all current cluster nodes.
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
timeout(String) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
Timeout to wait for the index template deletion to be acknowledged by current cluster nodes.
timeout(String) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
Timeout to wait for the index template deletion to be acknowledged by current cluster nodes.
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Timeout to wait till the put mapping gets acknowledged of all current cluster nodes.
timeout(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Timeout to wait till the put mapping gets acknowledged of all current cluster nodes.
timeout(TimeValue) - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest
 
timeout() - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
timeout(String) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
timeout - Variable in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
timeout() - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
timeout - Variable in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
timeout() - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
A timeout to wait if the delete by query operation can't be performed immediately.
timeout(String) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
A timeout to wait if the delete by query operation can't be performed immediately.
timeout - Variable in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
A timeout to wait if the index operation can't be performed immediately.
timeout(String) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
A timeout to wait if the index operation can't be performed immediately.
timeout() - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
timeout - Variable in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
timeout() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
A timeout to wait if the index operation can't be performed immediately.
timeout(String) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
A timeout to wait if the index operation can't be performed immediately.
timeout(TimeValue) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
An optional timeout to control how long search is allowed to take.
timeout(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
An optional timeout to control how long search is allowed to take.
timeout() - Method in class org.elasticsearch.transport.TransportRequestOptions
 
TimeoutClusterStateListener - Interface in org.elasticsearch.cluster
An exception to cluster state listener that allows for timeouts and for post added notifications.
timestamp() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
timestamp(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the timestamp either as millis since the epoch, or, in the configured date format.
timestamp() - Method in class org.elasticsearch.action.index.IndexRequest
 
timestamp() - Method in exception org.elasticsearch.action.TimestampParsingException
 
timestamp() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
The timestamp value parsed, null if does not require parsing, or not resolved.
timestamp - Variable in class org.elasticsearch.cluster.metadata.MappingMetaData
 
timestamp() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
timestamp() - Method in class org.elasticsearch.monitor.fs.FsStats
 
timestamp() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
timestamp() - Method in class org.elasticsearch.monitor.network.NetworkStats
 
timestamp() - Method in class org.elasticsearch.monitor.os.OsStats
 
timestamp() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
TimestampParsingException - Exception in org.elasticsearch.action
 
TimestampParsingException(String) - Constructor for exception org.elasticsearch.action.TimestampParsingException
 
timestampParsingStillNeeded() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Is timestamp parsing still needed?
timestampResolved() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
Has timestamp been resolved during the parsing phase.
TimeValue - Class in org.elasticsearch.common.unit
 
TimeValue(long) - Constructor for class org.elasticsearch.common.unit.TimeValue
 
TimeValue(long, TimeUnit) - Constructor for class org.elasticsearch.common.unit.TimeValue
 
timeValueHours(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeValueMillis(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeValueMinutes(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeValueNanos(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeValueSeconds(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
to(Object) - Method in class org.elasticsearch.index.query.GeoDistanceRangeFilterBuilder
 
to(Object) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
to(int) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
to(long) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
to(float) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
to(double) - Method in class org.elasticsearch.index.query.NumericRangeFilterBuilder
The to part of the filter query.
to(Object) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
to(int) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
to(long) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
to(float) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
to(double) - Method in class org.elasticsearch.index.query.RangeFilterBuilder
The to part of the filter query.
to(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
to(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
to(int) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
to(long) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
to(float) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
to(double) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
toArray() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
toArray(T[]) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ConcurrentLinkedDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toBytes(ClusterState) - Static method in class org.elasticsearch.cluster.ClusterState.Builder
 
toBytes() - Method in class org.elasticsearch.common.bytes.BytesArray
 
toBytes() - Method in interface org.elasticsearch.common.bytes.BytesReference
Returns the bytes as a single byte array.
toBytes() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
toBytes(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
toBytesArray() - Method in class org.elasticsearch.common.bytes.BytesArray
 
toBytesArray() - Method in interface org.elasticsearch.common.bytes.BytesReference
Returns the bytes as a byte array, possibly sharing the underlying byte buffer.
toBytesArray() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
toCamelCase(String) - Static method in class org.elasticsearch.common.Strings
 
toCamelCase(String, StringBuilder) - Static method in class org.elasticsearch.common.Strings
 
toChannelBuffer() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
toChannelBuffer() - Method in class org.elasticsearch.common.bytes.NettyBytesArray
 
toChannelBuffer() - Method in interface org.elasticsearch.common.bytes.NettyBytesReference
Returns the bytes as a channel buffer.
toCharArray() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Returns a copy of the input data.
toGB(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
toGiga(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
toIntArray(Collection<Integer>) - Static method in class org.elasticsearch.common.lucene.util.ArrayUtil
 
toJTSGeometry(Shape) - Static method in class org.elasticsearch.common.geo.ShapeBuilder
Converts the given Shape into the JTS Geometry representation.
toKB(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
tokenFilters(String...) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
tokenFilters() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
tokenizer(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
tokenizer() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
tokenizeToStringArray(String, String) - Static method in class org.elasticsearch.common.Strings
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.elasticsearch.common.Strings
Tokenize the given String into a String array via a StringTokenizer.
tokens() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
toKilo(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
toKilometers(double) - Method in enum org.elasticsearch.common.unit.DistanceUnit
 
toLanguageTag(Locale) - Static method in class org.elasticsearch.common.Strings
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toMB(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
toMega(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
toMiles(double) - Method in enum org.elasticsearch.common.unit.DistanceUnit
 
toNode() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
took() - Method in class org.elasticsearch.action.bulk.BulkResponse
How long the bulk execution took.
took() - Method in class org.elasticsearch.action.search.SearchResponse
How long the search took.
tookInMillis() - Method in class org.elasticsearch.action.bulk.BulkResponse
How long the bulk execution took in milliseconds.
tookInMillis() - Method in class org.elasticsearch.action.search.SearchResponse
How long the search took in milliseconds.
topChildrenQuery(String, QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
Constructs a new scoring child query, with the child type and the query to run on the child documents.
TopChildrenQueryBuilder - Class in org.elasticsearch.index.query
 
TopChildrenQueryBuilder(String, QueryBuilder) - Constructor for class org.elasticsearch.index.query.TopChildrenQueryBuilder
 
topLeft(double, double) - Method in class org.elasticsearch.common.geo.ShapeBuilder.RectangleBuilder
Sets the top left point of the Rectangle
topLeft(double, double) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
Adds top left point.
topLeft(String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
 
topLeft() - Method in interface org.elasticsearch.index.search.geo.GeoDistance.DistanceBoundingCheck
 
topLeft() - Method in class org.elasticsearch.index.search.geo.GeoDistance.Meridian180DistanceBoundingCheck
 
topLeft() - Method in class org.elasticsearch.index.search.geo.GeoDistance.SimpleDistanceBoundingCheck
 
toPolygon() - Method in class org.elasticsearch.common.geo.ShapeBuilder.PolygonBuilder
Creates the raw Polygon
toResponse(HttpResponse) - Method in class org.elasticsearch.action.support.HttpAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.health.HttpClusterHealthAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.node.hotthreads.HttpNodesHotThreadsAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.node.info.HttpNodesInfoAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.node.restart.HttpNodesRestartAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.node.shutdown.HttpNodesShutdownAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.node.stats.HttpNodesStatsAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.reroute.HttpClusterRerouteAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.settings.HttpClusterGetSettingsAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.settings.HttpClusterUpdateSettingsAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.cluster.state.HttpClusterStateAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.indices.alias.HttpGetIndicesAliasesAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.indices.alias.HttpIndicesAliasesAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.indices.analyze.HttpAnalyzeAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.indices.cache.clear.HttpClearIndicesCacheAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.indices.close.HttpCloseIndexAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.admin.indices.create.HttpCreateIndexAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.bulk.HttpBulkAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.count.HttpCountAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.delete.HttpDeleteAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.deletebyquery.HttpDeleteByQueryAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.explain.HttpExplainAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.get.HttpGetAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.get.HttpMultiGetAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.index.HttpIndexAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.mlt.HttpMoreLikeThisAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.percolate.HttpPercolateAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.search.HttpMultiSearchAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.search.HttpSearchAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.search.HttpSearchScrollAction
 
toResponse(HttpResponse) - Method in class org.elasticsearch.http.action.update.HttpUpdateAction
 
toSingles(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
toString() - Method in class com.ning.http.client.Cookie
 
toString() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
toString() - Method in class com.ning.http.client.FluentStringsMap
 
toString() - Method in class com.ning.http.client.oauth.ConsumerKey
 
toString() - Method in class com.ning.http.client.oauth.RequestToken
 
toString() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
toString() - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
 
toString() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
toString() - Method in class com.ning.http.client.providers.netty.NettyWebSocket
 
toString() - Method in enum com.ning.http.client.ProxyServer.Protocol
 
toString() - Method in class com.ning.http.client.ProxyServer
 
toString() - Method in class com.ning.http.client.Realm
 
toString() - Method in interface com.ning.http.client.Response
Subclasses SHOULD implement toString() in a way that identifies the request for logging.
toString() - Method in class com.ning.http.multipart.Part
Return a string representation of this object.
toString() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
toString() - Method in class org.elasticsearch.action.count.CountRequest
 
toString() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
toString() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
 
toString() - Method in class org.elasticsearch.action.get.GetRequest
 
toString() - Method in class org.elasticsearch.action.index.IndexRequest
 
toString() - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
toString() - Method in class org.elasticsearch.action.search.SearchResponse
 
toString() - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
toString() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
toString() - Method in class org.elasticsearch.action.support.HttpResponse
 
toString() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
toString() - Method in class org.elasticsearch.cluster.ClusterName
 
toString() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
toString() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
toString() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
toString() - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
toString() - Method in class org.elasticsearch.common.compress.CompressedString
 
toString() - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
toString(String) - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the specified charsetName.
toString() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Converts input data to a string.
toString() - Method in class org.elasticsearch.common.io.FastStringReader
 
toString() - Method in class org.elasticsearch.common.io.stream.AdapterStreamInput
 
toString() - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
toString() - Method in class org.elasticsearch.common.lucene.search.AndFilter
 
toString() - Method in class org.elasticsearch.common.lucene.search.MatchAllDocsFilter
 
toString() - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsFilter
 
toString(String) - Method in class org.elasticsearch.common.lucene.search.MatchNoDocsQuery
 
toString(String) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
toString(String) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
toString() - Method in class org.elasticsearch.common.lucene.search.NotDeletedFilter
 
toString() - Method in class org.elasticsearch.common.lucene.search.NotFilter
 
toString() - Method in class org.elasticsearch.common.lucene.search.OrFilter
 
toString() - Method in class org.elasticsearch.common.lucene.search.TermFilter
 
toString() - Method in class org.elasticsearch.common.lucene.search.XBooleanFilter
Prints a user-readable version of this query.
toString() - Method in class org.elasticsearch.common.lucene.util.BytesRef
Returns hex encoded bytes, eg [0x6c 0x75 0x63 0x65 0x6e 0x65]
toString() - Method in class org.elasticsearch.common.lucene.util.CharsRef
 
toString() - Method in enum org.elasticsearch.common.lucene.util.RamUsageEstimator.JvmFeature
 
toString() - Method in class org.elasticsearch.common.text.StringAndBytesText
 
toString() - Method in class org.elasticsearch.common.text.StringText
 
toString() - Method in interface org.elasticsearch.common.text.Text
Returns the string representation of the text, might be converted to a string on the fly.
toString() - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
toString() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
toString() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
toString() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
toString(double) - Method in enum org.elasticsearch.common.unit.DistanceUnit
 
toString() - Method in class org.elasticsearch.common.unit.Percent
 
toString() - Method in class org.elasticsearch.common.unit.SizeValue
 
toString() - Method in class org.elasticsearch.common.unit.TimeValue
 
toString() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
toString() - Method in class org.elasticsearch.common.util.concurrent.jsr166e.LongAdder
Returns the String representation of the LongAdder.sum().
toString() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinPool
Returns a string identifying this pool, as well as its state, including indications of run state, parallelism level, and worker and task counts.
toString() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.Phaser
Returns a string identifying this phaser, as well as its state.
toString() - Method in class org.elasticsearch.common.UUID
Returns a String object representing this UUID.
toString() - Method in class org.elasticsearch.discovery.tao.ping.TaoPing.PingResponse
 
toString() - Method in class org.elasticsearch.index.Index
 
toString() - Method in class org.elasticsearch.index.query.BaseQueryBuilder
 
toString() - Method in class org.elasticsearch.index.search.geo.Point
 
toString() - Method in class org.elasticsearch.index.shard.ShardId
 
toString() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
toString() - Method in class org.elasticsearch.search.highlight.HighlightField
 
toString() - Method in class org.elasticsearch.search.SearchShardTarget
 
toString() - Method in class org.elasticsearch.transport.PlainTransportFuture
 
toString() - Method in class org.elasticsearch.Version
 
toStringArray(Collection<String>) - Static method in class org.elasticsearch.common.Strings
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - Static method in class org.elasticsearch.common.Strings
Copy the given Enumeration into a String array.
toStringTrim() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Converts the input data to a string with trimmed whitespaces.
total() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
total() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
total() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
total() - Method in class org.elasticsearch.index.flush.FlushStats
The total number of flush executed.
total() - Method in class org.elasticsearch.index.indexing.IndexingStats
 
total() - Method in class org.elasticsearch.index.merge.MergeStats
The total number of merges executed.
total() - Method in class org.elasticsearch.index.refresh.RefreshStats
The total number of refresh executed.
total() - Method in class org.elasticsearch.index.search.stats.SearchStats
 
total() - Method in class org.elasticsearch.index.warmer.WarmerStats
The total number of warmer executed.
total() - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
total() - Method in class org.elasticsearch.monitor.os.OsInfo.Mem
 
total() - Method in class org.elasticsearch.monitor.os.OsInfo.Swap
 
total() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu time (sum of User and Sys).
totalCapacity() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
totalChannels() - Method in class org.elasticsearch.common.netty.OpenChannelsHandler
 
totalCores() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
totalHits - Variable in class org.elasticsearch.search.internal.InternalSearchHits
 
totalHits() - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
totalHits() - Method in interface org.elasticsearch.search.SearchHits
The total number of hits that matches the search request.
totalNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
totalNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
totalNumDocs() - Method in class org.elasticsearch.index.merge.MergeStats
 
totalOpen() - Method in class org.elasticsearch.http.HttpStats
 
totalShards() - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
The total number of shards the delete by query was executed on.
totalShards() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
The total number of shards the delete by query was executed on.
totalShards() - Method in class org.elasticsearch.action.search.SearchResponse
The total number of shards the search was executed on.
totalShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
The total shards this request ran against.
totalSize() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
 
totalSize() - Method in class org.elasticsearch.index.merge.MergeStats
 
totalSizeInBytes() - Method in class org.elasticsearch.index.merge.MergeStats
 
totalSizeWith1ForEmpty() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
 
totalSockets() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
totalTime() - Method in class org.elasticsearch.index.flush.FlushStats
The total time merges have been executed.
totalTime() - Method in class org.elasticsearch.index.merge.MergeStats
The total time merges have been executed.
totalTime() - Method in class org.elasticsearch.index.refresh.RefreshStats
The total time merges have been executed.
totalTime() - Method in class org.elasticsearch.index.warmer.WarmerStats
The total time warmer have been executed.
totalTimeInMillis() - Method in class org.elasticsearch.index.flush.FlushStats
The total time merges have been executed (in milliseconds).
totalTimeInMillis() - Method in class org.elasticsearch.index.merge.MergeStats
The total time merges have been executed (in milliseconds).
totalTimeInMillis() - Method in class org.elasticsearch.index.refresh.RefreshStats
The total time merges have been executed (in milliseconds).
totalTimeInMillis() - Method in class org.elasticsearch.index.warmer.WarmerStats
The total time warmer have been executed (in milliseconds).
totalVirtual() - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
touch() - Method in interface com.ning.http.client.ListenableFuture
Touch the current instance to prevent external service to times out.
touch - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
touch() - Method in class com.ning.http.client.providers.jdk.JDKFuture
Touch the current instance to prevent external service to times out.
touch() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Touch the current instance to prevent external service to times out.
toUnderscoreCase(String) - Static method in class org.elasticsearch.common.Strings
 
toUnderscoreCase(String, StringBuilder) - Static method in class org.elasticsearch.common.Strings
 
toUTF8(String) - Static method in class com.ning.http.util.UTF8Codec
 
toUtf8() - Method in class org.elasticsearch.common.bytes.BytesArray
 
toUtf8() - Method in interface org.elasticsearch.common.bytes.BytesReference
Converts to a string based on utf8.
toUtf8() - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
toXContent(XContentBuilder, ToXContent.Params, ClientSettingsFilter) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.explain.ExplainSourceBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.get.GetResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.get.MultiGetResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.SearchResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
toXContent(T, XContentBuilder, ToXContent.Params) - Method in interface org.elasticsearch.cluster.ClusterState.Custom.Factory
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.ClusterState
 
toXContent(AliasMetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
toXContent(IndexMetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
toXContent(T, XContentBuilder, ToXContent.Params) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom.Factory
 
toXContent(IndexTemplateMetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
toXContent(MetaData) - Static method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
toXContent(MetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
toXContent(T, XContentBuilder, ToXContent.Params) - Method in interface org.elasticsearch.cluster.metadata.MetaData.Custom.Factory
 
toXContent(AllocateAllocationCommand, XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
 
toXContent(T, XContentBuilder, ToXContent.Params) - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommandFactory
 
toXContent(AllocationCommands, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
toXContent(CancelAllocationCommand, XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
 
toXContent(MoveAllocationCommand, XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
ToXContent - Interface in org.elasticsearch.common.xcontent
An interface allowing to transfer an object to "XContent" using an XContentBuilder.
toXContent(XContentBuilder, ToXContent.Params) - Method in interface org.elasticsearch.common.xcontent.ToXContent
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.http.HttpInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.http.HttpStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.cache.CacheStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.flush.FlushStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.get.GetResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.get.GetStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.indexing.IndexingStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.merge.MergeStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BaseFilterBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BaseQueryBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.shard.DocsStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.store.StoreStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.NodeIndicesStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.fs.FsStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.network.NetworkInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.network.NetworkStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.process.ProcessStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.facet.InternalFacets
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.highlight.HighlightBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.internal.InternalSearchResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
 
toXContent(IndexWarmersMetaData, XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
toXContent(IndexWarmersMetaData.Entry, XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.transport.TransportInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.transport.TransportStats
 
ToXContent.MapParams - Class in org.elasticsearch.common.xcontent
 
ToXContent.MapParams(Map<String, String>) - Constructor for class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
ToXContent.Params - Interface in org.elasticsearch.common.xcontent
 
toXContentEmbedded(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.get.GetResult
 
trace(String, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs a DEBUG level message.
trace(String, Throwable, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs a DEBUG level message.
trace(String, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
trace(String, Throwable, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
trackScores(boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Applies when sorting, and controls if scores will be tracked as well.
transfer(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Transfers the element to a consumer, waiting if necessary to do so.
transfer(E) - Method in interface org.elasticsearch.common.util.concurrent.jsr166y.TransferQueue
Transfers the element to a consumer, waiting if necessary to do so.
transferAdapter(TransferCompletionHandler.TransferAdapter) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Associate a TransferCompletionHandler.TransferAdapter with this listener.
TransferCompletionHandler - Class in com.ning.http.client.listener
A AsyncHandler that can be used to notify a set of TransferListener

TransferCompletionHandler() - Constructor for class com.ning.http.client.listener.TransferCompletionHandler
Create a TransferCompletionHandler that will not accumulate bytes.
TransferCompletionHandler(boolean) - Constructor for class com.ning.http.client.listener.TransferCompletionHandler
Create a TransferCompletionHandler that can or cannot accumulate bytes and make it available when Response.getResponseBody() get called.
TransferCompletionHandler.TransferAdapter - Class in com.ning.http.client.listener
 
TransferCompletionHandler.TransferAdapter(FluentCaseInsensitiveStringsMap) - Constructor for class com.ning.http.client.listener.TransferCompletionHandler.TransferAdapter
 
TransferListener - Interface in com.ning.http.client.listener
A simple interface an application can implements in order to received byte transfer information.
TransferQueue<E> - Interface in org.elasticsearch.common.util.concurrent.jsr166y
A BlockingQueue in which producers may wait for consumers to receive elements.
transferTo(long, long, WritableByteChannel) - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
transferTo(WritableByteChannel, long) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
transferTo(long, long, WritableByteChannel) - Method in interface com.ning.http.client.RandomAccessBody
Transfers the specified chunk of bytes from this body to the specified channel.
transferTo(long, long, WritableByteChannel) - Method in class com.ning.http.multipart.MultipartBody
 
transientSettings() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
transientSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
transientSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
transientSettings(String) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
transientSettings(Map) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
transientSettings() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
transientSettings(Settings) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
transientSettings() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
translogId() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The transaction log id.
translogOperations() - Method in class org.elasticsearch.action.admin.indices.status.IndexShardStatus
 
translogOperations() - Method in class org.elasticsearch.action.admin.indices.status.IndexStatus
 
translogOperations() - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
The number of transaction operations in the transaction log.
transport - Variable in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
transport() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
transport() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Transport be returned.
transport(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Transport be returned.
transport() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Transport be returned.
transport(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Transport be returned.
transport - Variable in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
transport() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
Transport - Interface in org.elasticsearch.transport
 
TransportAddress - Interface in org.elasticsearch.common.transport
 
transportAddresses() - Method in class org.elasticsearch.client.http.HttpClusterAdminClient
 
transportAddresses() - Method in class org.elasticsearch.client.http.HttpIndicesAdminClient
 
transportAddresses() - Method in class org.elasticsearch.client.http.HttpIngestClient
 
transportAddresses() - Method in class org.elasticsearch.client.http.HttpSearchClient
 
TransportAddressSerializers - Class in org.elasticsearch.common.transport
A global registry of all different types of TransportAddress allowing to perform serialization of them.
TransportAddressSerializers() - Constructor for class org.elasticsearch.common.transport.TransportAddressSerializers
 
TransportChannel - Interface in org.elasticsearch.transport
A transport channel allows to send a response to a request on the channel.
TransportConnectionListener - Interface in org.elasticsearch.transport
 
TransportException - Exception in org.elasticsearch.transport
 
TransportException(String) - Constructor for exception org.elasticsearch.transport.TransportException
 
TransportException(String, Throwable) - Constructor for exception org.elasticsearch.transport.TransportException
 
TransportFuture<V> - Interface in org.elasticsearch.transport
 
TransportInfo - Class in org.elasticsearch.transport
 
TransportInfo(BoundTransportAddress) - Constructor for class org.elasticsearch.transport.TransportInfo
 
TransportNetworkService - Class in org.elasticsearch.common.network
 
TransportNetworkService(Settings) - Constructor for class org.elasticsearch.common.network.TransportNetworkService
 
TransportNetworkService.CustomNameResolver - Interface in org.elasticsearch.common.network
A custom name resolver can support custom lookup keys (my_net_key:ipv4) and also change the default inet address used in case no settings is provided.
TransportNetworkService.TcpSettings - Class in org.elasticsearch.common.network
 
TransportNetworkService.TcpSettings() - Constructor for class org.elasticsearch.common.network.TransportNetworkService.TcpSettings
 
transportOptions(Settings) - Method in class org.elasticsearch.action.bulk.BulkAction
 
transportOptions(Settings) - Method in class org.elasticsearch.action.GenericAction
Optional request options for the action.
TransportRequest - Class in org.elasticsearch.transport
 
TransportRequest() - Constructor for class org.elasticsearch.transport.TransportRequest
 
TransportRequest(TransportRequest) - Constructor for class org.elasticsearch.transport.TransportRequest
 
TransportRequest.Empty - Class in org.elasticsearch.transport
 
TransportRequest.Empty() - Constructor for class org.elasticsearch.transport.TransportRequest.Empty
 
TransportRequest.Empty(TransportRequest) - Constructor for class org.elasticsearch.transport.TransportRequest.Empty
 
TransportRequestHandler<T extends TransportRequest> - Interface in org.elasticsearch.transport
 
TransportRequestOptions - Class in org.elasticsearch.transport
 
TransportRequestOptions() - Constructor for class org.elasticsearch.transport.TransportRequestOptions
 
TransportRequestOptions.Type - Enum in org.elasticsearch.transport
 
TransportResponse - Class in org.elasticsearch.transport
 
TransportResponse() - Constructor for class org.elasticsearch.transport.TransportResponse
 
TransportResponse(TransportResponse) - Constructor for class org.elasticsearch.transport.TransportResponse
 
TransportResponse.Empty - Class in org.elasticsearch.transport
 
TransportResponse.Empty() - Constructor for class org.elasticsearch.transport.TransportResponse.Empty
 
TransportResponse.Empty(TransportResponse) - Constructor for class org.elasticsearch.transport.TransportResponse.Empty
 
TransportResponseHandler<T extends TransportResponse> - Interface in org.elasticsearch.transport
 
TransportResponseOptions - Class in org.elasticsearch.transport
 
TransportResponseOptions() - Constructor for class org.elasticsearch.transport.TransportResponseOptions
 
TransportSerializationException - Exception in org.elasticsearch.transport
 
TransportSerializationException(String) - Constructor for exception org.elasticsearch.transport.TransportSerializationException
 
TransportSerializationException(String, Throwable) - Constructor for exception org.elasticsearch.transport.TransportSerializationException
 
transportServiceAdapter(TransportServiceAdapter) - Method in class org.elasticsearch.transport.local.LocalClientTransport
 
transportServiceAdapter(TransportServiceAdapter) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
transportServiceAdapter() - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
transportServiceAdapter() - Method in interface org.elasticsearch.transport.netty.NettyTransport
 
transportServiceAdapter(TransportServiceAdapter) - Method in interface org.elasticsearch.transport.Transport
 
TransportServiceAdapter - Interface in org.elasticsearch.transport
 
TransportStats - Class in org.elasticsearch.transport
 
TransportStats(long, long, long, long, long) - Constructor for class org.elasticsearch.transport.TransportStats
 
TransportStatus - Class in org.elasticsearch.transport.support
 
TransportStatus() - Constructor for class org.elasticsearch.transport.support.TransportStatus
 
TransportThreadPool - Class in org.elasticsearch.threadpool.transport
 
TransportThreadPool() - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPool
 
TransportThreadPool(Settings) - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPool
 
TransportThreadPool.Names - Class in org.elasticsearch.threadpool.transport
 
TransportThreadPool.Names() - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPool.Names
 
TransportThreadPoolInfo - Class in org.elasticsearch.threadpool.transport
 
TransportThreadPoolInfo(List<ThreadPoolInfoElement>) - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPoolInfo
 
TransportThreadPoolInfoElement - Class in org.elasticsearch.threadpool.transport
 
TransportThreadPoolInfoElement(String, String) - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
TransportThreadPoolInfoElement(String, String, int) - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
TransportThreadPoolInfoElement(String, String, int, int, TimeValue, SizeValue) - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
TransportThreadPoolStats - Class in org.elasticsearch.threadpool.transport
 
TransportThreadPoolStats(List<ThreadPoolStatsElement>) - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPoolStats
 
TransportThreadPoolStatsElement - Class in org.elasticsearch.threadpool.transport
 
TransportThreadPoolStatsElement(String, int, int, int, long) - Constructor for class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
trimAllWhitespace(String) - Static method in class org.elasticsearch.common.Strings
Trim all whitespace from the given String: leading, trailing, and inbetween characters.
trimArrayElements(String[]) - Static method in class org.elasticsearch.common.Strings
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - Static method in class org.elasticsearch.common.Strings
Trim all occurences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - Static method in class org.elasticsearch.common.Strings
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - Static method in class org.elasticsearch.common.Strings
Trim all occurences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - Static method in class org.elasticsearch.common.Strings
Trim trailing whitespace from the given String.
trimWhitespace(String) - Static method in class org.elasticsearch.common.Strings
Trim leading and trailing whitespace from the given String.
tryComplete() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter
If the pending count is nonzero, decrements the count; otherwise invokes CountedCompleter.onCompletion(org.elasticsearch.common.util.concurrent.jsr166y.CountedCompleter) and then similarly tries to complete this task's completer, if one exists, else marks this task as complete.
tryTransfer(E) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Transfers the element to a waiting consumer immediately, if possible.
tryTransfer(E, long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.jsr166y.LinkedTransferQueue
Transfers the element to a consumer if it is possible to do so before the timeout elapses.
tryTransfer(E) - Method in interface org.elasticsearch.common.util.concurrent.jsr166y.TransferQueue
Transfers the element to a waiting consumer immediately, if possible.
tryTransfer(E, long, TimeUnit) - Method in interface org.elasticsearch.common.util.concurrent.jsr166y.TransferQueue
Transfers the element to a consumer if it is possible to do so before the timeout elapses.
tryUnfork() - Method in class org.elasticsearch.common.util.concurrent.jsr166y.ForkJoinTask
Tries to unschedule this task for execution.
ttl(Long) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the relative ttl value.
ttl() - Method in class org.elasticsearch.action.index.IndexRequest
 
Tuple<V1,V2> - Class in org.elasticsearch.common.collect
 
Tuple(V1, V2) - Constructor for class org.elasticsearch.common.collect.Tuple
 
tuple(V1, V2) - Static method in class org.elasticsearch.common.collect.Tuple
 
txCount() - Method in class org.elasticsearch.transport.TransportStats
 
txGet() - Method in class org.elasticsearch.transport.PlainTransportFuture
 
txGet(long, TimeUnit) - Method in class org.elasticsearch.transport.PlainTransportFuture
 
txGet() - Method in interface org.elasticsearch.transport.TransportFuture
Waits if necessary for the computation to complete, and then retrieves its result.
txGet(long, TimeUnit) - Method in interface org.elasticsearch.transport.TransportFuture
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
txSize() - Method in class org.elasticsearch.transport.TransportStats
 
type(String) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
type() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
type() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
type() - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest
The mapping type.
type(String) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest
The type of the mappings to remove.
type() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping type.
type(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The type of the mappings.
type() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The type of the action.
type() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The type of the action.
type() - Method in class org.elasticsearch.action.delete.DeleteRequest
The type of the document to delete.
type(String) - Method in class org.elasticsearch.action.delete.DeleteRequest
Sets the type of the document to delete.
type() - Method in class org.elasticsearch.action.delete.DeleteResponse
The type of the document deleted.
type() - Method in class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
type() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
type(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
type - Variable in class org.elasticsearch.action.get.GetRequest
 
type(String) - Method in class org.elasticsearch.action.get.GetRequest
Sets the type of the document to fetch.
type() - Method in class org.elasticsearch.action.get.GetRequest
 
type() - Method in class org.elasticsearch.action.get.GetResponse
The type of the document.
type() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The type of the document.
type() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
type() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The type of the action.
type() - Method in class org.elasticsearch.action.index.IndexRequest
The type of the indexed document.
type(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the type of the indexed document.
type() - Method in class org.elasticsearch.action.index.IndexResponse
The type of the document indexed.
type() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The type of document to load from which the "like" query will rutn with.
type(String) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
The type of document to load from which the "like" query will execute with.
type(String) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
type() - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
type(String) - Method in class org.elasticsearch.action.support.HttpRequest
 
type(String[]) - Method in class org.elasticsearch.action.support.HttpRequest
 
type() - Method in class org.elasticsearch.action.update.UpdateRequest
The type of the indexed document.
type(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the type of the indexed document.
type() - Method in class org.elasticsearch.action.update.UpdateResponse
The type of the document indexed.
type() - Method in interface org.elasticsearch.cluster.ClusterState.Custom.Factory
 
type() - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom.Factory
 
type() - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom
 
type() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
type() - Method in interface org.elasticsearch.cluster.metadata.MetaData.Custom.Factory
 
type() - Method in interface org.elasticsearch.common.compress.BasicCompressor
 
TYPE - Static variable in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
type() - Method in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
type() - Method in class org.elasticsearch.common.compress.snappy.DummySnappyCompressor
 
type() - Method in class org.elasticsearch.common.compress.snappy.xerial.ClientXerialSnappyCompressor
 
type() - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
type() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
type() - Method in interface org.elasticsearch.common.xcontent.XContent
The type this content handles and produces.
type() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
type() - Method in class org.elasticsearch.index.get.GetResult
The type of the document.
type(String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxFilterBuilder
Sets the type of executing of the geo bounding box.
type(MatchQueryBuilder.Type) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets the type of the text query.
type(MatchQueryBuilder.Type) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets the type of the text query.
type() - Method in interface org.elasticsearch.search.facet.Facet
The type of the facet.
type() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
type() - Method in interface org.elasticsearch.search.SearchHit
The type of the document.
type() - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
TYPE - Static variable in class org.elasticsearch.search.warmer.IndexWarmersMetaData
 
type() - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData
 
type() - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
TYPE - Static variable in class org.elasticsearch.threadpool.ThreadPoolInfoElement.Fields
 
type() - Method in interface org.elasticsearch.threadpool.ThreadPoolInfoElement
 
type() - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
type() - Method in class org.elasticsearch.transport.TransportRequestOptions
 
typeFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
A filter based on doc/mapping type.
TypeFilterBuilder - Class in org.elasticsearch.index.query
 
TypeFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.TypeFilterBuilder
 
TypeMissingException - Exception in org.elasticsearch.indices
 
TypeMissingException(Index, String) - Constructor for exception org.elasticsearch.indices.TypeMissingException
 
TypeMissingException(Index, String, String) - Constructor for exception org.elasticsearch.indices.TypeMissingException
 
types() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
types(String[]) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
types(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Document types to return stats for.
types() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Document types to return stats for.
types(String...) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The types of documents the query will run against.
types(String...) - Method in class org.elasticsearch.action.count.CountRequest
The types of documents the query will run against.
types(String...) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
The types of documents the query will run against.
types() - Method in class org.elasticsearch.action.search.SearchRequest
The document types to execute the search against.
types(String...) - Method in class org.elasticsearch.action.search.SearchRequest
The document types to execute the search against.
types() - Method in interface org.elasticsearch.script.BasicScriptEngineService
 
types() - Method in interface org.elasticsearch.script.ContentScriptEngineService
 
types() - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Entry
 
typesExists(TypesExistsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Types Exists.
typesExists(TypesExistsRequest, ActionListener<TypesExistsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Types exists
typesExists(TypesExistsRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
typesExists(TypesExistsRequest, ActionListener<TypesExistsResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
TypesExistsAction - Class in org.elasticsearch.action.admin.indices.exists.types
 
TypesExistsRequest - Class in org.elasticsearch.action.admin.indices.exists.types
 
TypesExistsRequest(String[], String...) - Constructor for class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
TypesExistsRequestBuilder - Class in org.elasticsearch.action.admin.indices.exists.types
A builder for TypesExistsRequest.
TypesExistsRequestBuilder(IndicesAdminClient, String...) - Constructor for class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
TypesExistsResponse - Class in org.elasticsearch.action.admin.indices.exists.types
Whether all of the existed types exist.
TypesExistsResponse(boolean) - Constructor for class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
typeStats() - Method in class org.elasticsearch.index.indexing.IndexingStats
 

U

unassigned() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
unassigned() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
unassigned() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The shard is unassigned (not allocated to any node).
unassignedShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
unassignedShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
unassignedShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
uncapitalize(String) - Static method in class org.elasticsearch.common.Strings
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UncategorizedExecutionException - Exception in org.elasticsearch.common.util.concurrent
 
UncategorizedExecutionException(String) - Constructor for exception org.elasticsearch.common.util.concurrent.UncategorizedExecutionException
 
UncategorizedExecutionException(String, Throwable) - Constructor for exception org.elasticsearch.common.util.concurrent.UncategorizedExecutionException
 
uncompress(byte[], int, int) - Method in interface org.elasticsearch.common.compress.BasicCompressor
Uncompress the provided data, data can be detected as compressed using BasicCompressor.isCompressed(byte[], int, int).
uncompress(StreamInput, byte[]) - Method in class org.elasticsearch.common.compress.CompressedStreamInput
Uncompress the data into the out array, returning the size uncompressed
uncompress(byte[], int, int) - Method in class org.elasticsearch.common.compress.lzf.BasicLZFCompressor
 
uncompress(StreamInput, byte[]) - Method in class org.elasticsearch.common.compress.lzf.LZFCompressedStreamInput
 
uncompress(byte[], int, int) - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressor
 
uncompress(byte[], int, int) - Method in class org.elasticsearch.common.compress.snappy.DummySnappyCompressor
 
uncompress(StreamInput, byte[]) - Method in class org.elasticsearch.common.compress.snappy.xerial.XerialSnappyCompressedStreamInput
 
uncompressed - Variable in class org.elasticsearch.common.compress.CompressedStreamInput
 
uncompressed - Variable in class org.elasticsearch.common.compress.CompressedStreamOutput
 
uncompressed() - Method in class org.elasticsearch.common.compress.CompressedString
 
uncompressedLength - Variable in class org.elasticsearch.common.compress.CompressedStreamOutput
 
uncompressIfNeeded(BytesReference) - Static method in class org.elasticsearch.common.compress.BasicCompressorFactory
Uncompress the provided data, data can be detected as compressed using BasicCompressorFactory.isCompressed(byte[], int, int).
underlyingBuffer() - Method in class org.elasticsearch.common.io.stream.BytesStreamInput
 
underscore() - Method in class org.elasticsearch.common.xcontent.XContentBuilderString
 
UNI_REPLACEMENT_CHAR - Static variable in class org.elasticsearch.common.lucene.util.UnicodeUtil
 
UNI_SUR_HIGH_END - Static variable in class org.elasticsearch.common.lucene.util.UnicodeUtil
 
UNI_SUR_HIGH_START - Static variable in class org.elasticsearch.common.lucene.util.UnicodeUtil
 
UNI_SUR_LOW_END - Static variable in class org.elasticsearch.common.lucene.util.UnicodeUtil
 
UNI_SUR_LOW_START - Static variable in class org.elasticsearch.common.lucene.util.UnicodeUtil
 
UnicastHostsProvider - Interface in org.elasticsearch.discovery.tao.ping.unicast
A pluggable provider of the list of unicast hosts to use for unicast discovery.
UnicastTaoPing - Class in org.elasticsearch.discovery.tao.ping.unicast
 
UnicastTaoPing(TransportThreadPool, ClientTransportService, ClusterName, DiscoveryNode) - Constructor for class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
UnicastTaoPing(Settings, TransportThreadPool, ClientTransportService, ClusterName, DiscoveryNode, Set<UnicastHostsProvider>) - Constructor for class org.elasticsearch.discovery.tao.ping.unicast.UnicastTaoPing
 
Unicode - Class in org.elasticsearch.common
 
Unicode() - Constructor for class org.elasticsearch.common.Unicode
 
Unicode.UTF16Result - Class in org.elasticsearch.common
 
Unicode.UTF16Result() - Constructor for class org.elasticsearch.common.Unicode.UTF16Result
 
UnicodeUtil - Class in org.elasticsearch.common.lucene.util
Class to encode java's UTF16 char[] into UTF8 byte[] without always allocating a new byte[] as String.getBytes("UTF-8") does.
UnicodeUtil.UTF16Result - Class in org.elasticsearch.common.lucene.util
Holds decoded UTF16 code units.
UnicodeUtil.UTF16Result() - Constructor for class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF16Result
 
UnicodeUtil.UTF8Result - Class in org.elasticsearch.common.lucene.util
Holds decoded UTF8 code units.
UnicodeUtil.UTF8Result() - Constructor for class org.elasticsearch.common.lucene.util.UnicodeUtil.UTF8Result
 
uniqueAddressTypeId() - Method in class org.elasticsearch.common.transport.DummyTransportAddress
 
uniqueAddressTypeId() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
uniqueAddressTypeId() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
uniqueAddressTypeId() - Method in interface org.elasticsearch.common.transport.TransportAddress
 
unit(DistanceUnit) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The distance unit to use.
unqualify(String) - Static method in class org.elasticsearch.common.Strings
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - Static method in class org.elasticsearch.common.Strings
Unqualify a string qualified by a separator character.
unsafeCharArray() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Returns the underlying char array.
unsafeFromBytesAsUtf16(byte[]) - Static method in class org.elasticsearch.common.Unicode
 
unsafeFromBytesAsUtf16(byte[], int, int) - Static method in class org.elasticsearch.common.Unicode
 
unsafeFromStringAsUtf8(String) - Static method in class org.elasticsearch.common.Unicode
 
unwrap(Object) - Method in interface org.elasticsearch.script.BasicScriptEngineService
 
unwrap(Object) - Method in interface org.elasticsearch.script.ContentScriptEngineService
 
unwrap(Object) - Method in interface org.elasticsearch.script.ExecutableScript
Unwraps a possible script value.
unwrapCause() - Method in exception org.elasticsearch.ElasticSearchException
Unwraps the actual cause from the exception for cases when the exception is a ElasticSearchWrapperException.
unwrapCause(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
 
update(UpdateRequest) - Method in interface org.elasticsearch.client.IngestClient
Updates a document based on a script.
update(UpdateRequest, ActionListener<UpdateResponse>) - Method in interface org.elasticsearch.client.IngestClient
Updates a document based on a script.
update(UpdateRequest) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
update(UpdateRequest, ActionListener<UpdateResponse>) - Method in class org.elasticsearch.client.support.AbstractIngestClient
 
update(long) - Method in class org.elasticsearch.common.metrics.EWMA
Update the moving average with a new value.
update(Map<String, Object>, Map<String, Object>) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Updates the provided changes into the source.
UpdateAction - Class in org.elasticsearch.action.update
 
updateNodes(RoutingNodes) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
updateNumberOfReplicas(int, String...) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
updateNumberOfReplicas(int, String...) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
UpdateRequest - Class in org.elasticsearch.action.update
 
UpdateRequest(String, String, String) - Constructor for class org.elasticsearch.action.update.UpdateRequest
 
UpdateRequestBuilder - Class in org.elasticsearch.action.update
 
UpdateRequestBuilder(IngestClient) - Constructor for class org.elasticsearch.action.update.UpdateRequestBuilder
 
UpdateRequestBuilder(IngestClient, String, String, String) - Constructor for class org.elasticsearch.action.update.UpdateRequestBuilder
 
UpdateResponse - Class in org.elasticsearch.action.update
 
UpdateResponse() - Constructor for class org.elasticsearch.action.update.UpdateResponse
 
UpdateResponse(String, String, String, long) - Constructor for class org.elasticsearch.action.update.UpdateResponse
 
updateSettings(ClusterUpdateSettingsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Updates settings in the cluster.
updateSettings(ClusterUpdateSettingsRequest, ActionListener<ClusterUpdateSettingsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Update settings in the cluster.
updateSettings(UpdateSettingsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Updates settings of one or more indices.
updateSettings(UpdateSettingsRequest, ActionListener<UpdateSettingsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Updates settings of one or more indices.
updateSettings(ClusterUpdateSettingsRequest) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
updateSettings(ClusterUpdateSettingsRequest, ActionListener<ClusterUpdateSettingsResponse>) - Method in class org.elasticsearch.client.support.AbstractClusterAdminClient
 
updateSettings(UpdateSettingsRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
updateSettings(UpdateSettingsRequest, ActionListener<UpdateSettingsResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
updateSettings(Settings, String...) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
UpdateSettingsAction - Class in org.elasticsearch.action.admin.indices.settings
 
UpdateSettingsRequest - Class in org.elasticsearch.action.admin.indices.settings
 
UpdateSettingsRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
Constructs a new request to create an index with the specified name and settings.
UpdateSettingsRequest(Settings, String...) - Constructor for class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
Constructs a new request to create an index with the specified name and settings.
updateSettingsRequest(String...) - Static method in class org.elasticsearch.client.AdminRequests
A request to update indices settings.
UpdateSettingsRequestBuilder - Class in org.elasticsearch.action.admin.indices.settings
 
UpdateSettingsRequestBuilder(IndicesAdminClient, String...) - Constructor for class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequestBuilder
 
UpdateSettingsResponse - Class in org.elasticsearch.action.admin.indices.settings
A response for a update settings action.
UpgradeHandler<T> - Interface in com.ning.http.client
Invoked when an AsyncHandler.STATE.UPGRADE is returned.
upsert(IndexRequest) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the index request to be used if the document does not exists.
upsert(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(Map) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(Map, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsertRequest() - Method in class org.elasticsearch.action.update.UpdateRequest
 
uptime() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
uptime() - Method in class org.elasticsearch.monitor.os.OsStats
 
uri - Variable in class com.ning.http.client.HttpContent
 
URL_SAFE - Static variable in class org.elasticsearch.common.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
urlConnection - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
USE_BLOCKING_IO - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Use Netty's blocking IO stategy.
USE_DIRECT_BYTEBUFFER - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Use direct ByteBuffer
used() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
used() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
used() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
used() - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
useDisMax(Boolean) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
useDisMax(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
When more than one field is used with the query string, should queries be combined using dis max, or boolean query.
usedPercent() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
usePrettyPrint() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
usePrettyPrint() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
user() - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
user() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu user time.
userAgent - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
userAuth - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
useRawUrl - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
useRawUrl - Variable in class com.ning.http.client.RequestBuilderBase
 
UTF16toUTF8(char[], int, UnicodeUtil.UTF8Result) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Encode characters from a char[] source, starting at offset and stopping when the character 0xffff is seen.
UTF16toUTF8(char[], int, int, UnicodeUtil.UTF8Result) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Encode characters from a char[] source, starting at offset for length chars.
UTF16toUTF8(String, int, int, UnicodeUtil.UTF8Result) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Encode characters from this String, starting at offset for length characters.
UTF16toUTF8(CharSequence, int, int, BytesRef) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Encode characters from this String, starting at offset for length characters.
UTF16toUTF8(char[], int, int, BytesRef) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Encode characters from a char[] source, starting at offset for length chars.
UTF16toUTF8WithHash(char[], int, int, BytesRef) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Encode characters from a char[] source, starting at offset for length chars.
UTF8Codec - Class in com.ning.http.util
Wrapper class for more convenient (and possibly more efficient in future) UTF-8 encoding and decoding.
UTF8Codec() - Constructor for class com.ning.http.util.UTF8Codec
 
utf8StreamWriter() - Static method in class org.elasticsearch.common.io.stream.BasicCachedStreamOutput
 
utf8StreamWriter() - Static method in class org.elasticsearch.common.io.stream.NettyCachedStreamOutput
 
UTF8StreamWriter - Class in org.elasticsearch.common.io
 
UTF8StreamWriter() - Constructor for class org.elasticsearch.common.io.UTF8StreamWriter
Creates a UTF-8 writer having a byte buffer of moderate capacity (2048).
UTF8StreamWriter(int) - Constructor for class org.elasticsearch.common.io.UTF8StreamWriter
Creates a UTF-8 writer having a byte buffer of specified capacity.
utf8ToString() - Method in class org.elasticsearch.common.lucene.util.BytesRef
Interprets stored bytes as UTF8 bytes, returning the resulting string
UTF8toUTF16(byte[], int, int, UnicodeUtil.UTF16Result) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Convert UTF8 bytes into UTF16 characters.
UTF8toUTF16(byte[], int, int, CharsRef) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
Interprets the given byte array as UTF-8 and converts to UTF-16.
UTF8toUTF16(BytesRef, CharsRef) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
UTF8toUTF16(byte[], int, int, Unicode.UTF16Result) - Static method in class org.elasticsearch.common.Unicode
Convert UTF8 bytes into UTF16 characters.
UTF8UrlEncoder - Class in com.ning.http.util
Convenience class that encapsulates details of "percent encoding" (as per RFC-3986, see [http://www.ietf.org/rfc/rfc3986.txt]).
UUID - Class in org.elasticsearch.common
A UUID taken from java UUID that simply holds less data.
UUID(long, long) - Constructor for class org.elasticsearch.common.UUID
Constructs a new UUID using the specified data.

V

v1() - Method in class org.elasticsearch.common.collect.Tuple
 
v2() - Method in class org.elasticsearch.common.collect.Tuple
 
V_0_18_0 - Static variable in class org.elasticsearch.Version
 
V_0_18_0_ID - Static variable in class org.elasticsearch.Version
 
V_0_18_1 - Static variable in class org.elasticsearch.Version
 
V_0_18_1_ID - Static variable in class org.elasticsearch.Version
 
V_0_18_2 - Static variable in class org.elasticsearch.Version
 
V_0_18_2_ID - Static variable in class org.elasticsearch.Version
 
V_0_18_3 - Static variable in class org.elasticsearch.Version
 
V_0_18_3_ID - Static variable in class org.elasticsearch.Version
 
V_0_18_4 - Static variable in class org.elasticsearch.Version
 
V_0_18_4_ID - Static variable in class org.elasticsearch.Version
 
V_0_18_5 - Static variable in class org.elasticsearch.Version
 
V_0_18_5_ID - Static variable in class org.elasticsearch.Version
 
V_0_18_6 - Static variable in class org.elasticsearch.Version
 
V_0_18_6_ID - Static variable in class org.elasticsearch.Version
 
V_0_18_7 - Static variable in class org.elasticsearch.Version
 
V_0_18_7_ID - Static variable in class org.elasticsearch.Version
 
V_0_18_8 - Static variable in class org.elasticsearch.Version
 
V_0_18_8_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_0 - Static variable in class org.elasticsearch.Version
 
V_0_19_0_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_0_RC1 - Static variable in class org.elasticsearch.Version
 
V_0_19_0_RC1_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_0_RC2 - Static variable in class org.elasticsearch.Version
 
V_0_19_0_RC2_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_0_RC3 - Static variable in class org.elasticsearch.Version
 
V_0_19_0_RC3_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_1 - Static variable in class org.elasticsearch.Version
 
V_0_19_10 - Static variable in class org.elasticsearch.Version
 
V_0_19_10_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_1_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_2 - Static variable in class org.elasticsearch.Version
 
V_0_19_2_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_3 - Static variable in class org.elasticsearch.Version
 
V_0_19_3_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_4 - Static variable in class org.elasticsearch.Version
 
V_0_19_4_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_5 - Static variable in class org.elasticsearch.Version
 
V_0_19_5_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_6 - Static variable in class org.elasticsearch.Version
 
V_0_19_6_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_7 - Static variable in class org.elasticsearch.Version
 
V_0_19_7_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_8 - Static variable in class org.elasticsearch.Version
 
V_0_19_8_ID - Static variable in class org.elasticsearch.Version
 
V_0_19_9 - Static variable in class org.elasticsearch.Version
 
V_0_19_9_ID - Static variable in class org.elasticsearch.Version
 
V_0_20_0_Beta1 - Static variable in class org.elasticsearch.Version
 
V_0_20_0_Beta1_ID - Static variable in class org.elasticsearch.Version
 
valid() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
valid() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
A boolean denoting whether the query is valid.
valid() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Is this a valid nodes that has the minimal information set.
valid() - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
validate() - Method in class org.elasticsearch.action.ActionRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
 
validate() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
validate() - Method in class org.elasticsearch.action.count.CountRequest
 
validate() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
validate() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
 
validate() - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest
 
validate() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
validate() - Method in class org.elasticsearch.action.get.GetRequest
 
validate() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
validate() - Method in class org.elasticsearch.action.index.IndexRequest
 
validate() - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
 
validate() - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
validate() - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
validate() - Method in class org.elasticsearch.action.search.SearchRequest
 
validate() - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
validate() - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
validate() - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
validate() - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
validate() - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
validate() - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
validate() - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
 
validate() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
validate() - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
 
validate() - Method in class org.elasticsearch.action.update.UpdateRequest
 
validate(RoutingTableValidation, MetaData) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
validate() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
validate(MetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
ValidateActions - Class in org.elasticsearch.action
 
ValidateActions() - Constructor for class org.elasticsearch.action.ValidateActions
 
validateQuery(ValidateQueryRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Validate a query for correctness.
validateQuery(ValidateQueryRequest, ActionListener<ValidateQueryResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Validate a query for correctness.
validateQuery(ValidateQueryRequest) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
validateQuery(ValidateQueryRequest, ActionListener<ValidateQueryResponse>) - Method in class org.elasticsearch.client.support.AbstractIndicesAdminClient
 
ValidateQueryAction - Class in org.elasticsearch.action.admin.indices.validate.query
 
ValidateQueryRequest - Class in org.elasticsearch.action.admin.indices.validate.query
A request to validate a specific query.
ValidateQueryRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Constructs a new validate request against the provided indices.
ValidateQueryRequestBuilder - Class in org.elasticsearch.action.admin.indices.validate.query
 
ValidateQueryRequestBuilder(IndicesAdminClient) - Constructor for class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
 
ValidateQueryResponse - Class in org.elasticsearch.action.admin.indices.validate.query
The response of the validate action.
validateRaiseException(MetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
validation() - Method in exception org.elasticsearch.cluster.routing.RoutingValidationException
 
validationErrors() - Method in exception org.elasticsearch.action.ActionRequestValidationException
 
validationFailures() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
The validation failures on the cluster level (without index validation failures).
validationFailures() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
validFileName(String) - Static method in class org.elasticsearch.common.Strings
 
validFileNameExcludingAstrix(String) - Static method in class org.elasticsearch.common.Strings
 
validUTF16String(CharSequence) - Static method in class org.elasticsearch.common.lucene.util.UnicodeUtil
 
value() - Method in enum org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus
 
value() - Method in enum org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus.Stage
 
value() - Method in enum org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus.Stage
 
value() - Method in enum org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus.Stage
 
value() - Method in class org.elasticsearch.cluster.ClusterName
 
value() - Method in enum org.elasticsearch.cluster.metadata.AliasAction.Type
 
value() - Method in enum org.elasticsearch.cluster.routing.ShardRoutingState
 
value() - Method in class org.elasticsearch.common.unit.Percent
 
value(Object) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(ReadableInstant) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(ReadableInstant, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Date) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Date, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Integer) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(byte[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(BytesReference) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Text) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Map<String, Object>) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Iterable) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value() - Method in class org.elasticsearch.index.get.GetField
 
value() - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
value() - Method in interface org.elasticsearch.search.SearchHitField
The first value of the hit.
valueOf(String) - Static method in enum com.ning.http.client.AsyncHandler.STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.ProxyServer.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.Realm.AuthScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.SimpleAsyncHttpClient.ErrorDocumentBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.index.IndexRequest.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.search.SearchOperationThreading
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.search.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.support.broadcast.BroadcastOperationThreading
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.support.IgnoreIndices
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.support.replication.ReplicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.WriteConsistencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.block.ClusterBlockLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.metadata.AliasAction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider.Decision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.ShardRoutingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.geo.ShapeRelation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.lucene.util.RamUsageEstimator.JvmFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.network.NetworkUtils.StackType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.unit.ByteSizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.unit.SizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.xcontent.XContentParser.NumberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.xcontent.XContentParser.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.xcontent.XContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.FieldQueryBuilder.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.MatchQueryBuilder.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.MatchQueryBuilder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.QueryStringQueryBuilder.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.search.geo.GeoDistance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.shard.IndexShardState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.VersionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.rest.RestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.internal.InternalSearchHits.StreamContext.ShardTargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.sort.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.transport.TransportRequestOptions.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ning.http.client.AsyncHandler.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
values() - Method in class com.ning.http.client.FluentStringsMap
values() - Static method in enum com.ning.http.client.ProxyServer.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ning.http.client.Realm.AuthScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
values() - Static method in enum com.ning.http.client.SimpleAsyncHttpClient.ErrorDocumentBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.indices.status.GatewayRecoveryStatus.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.index.IndexRequest.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.search.SearchOperationThreading
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.search.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.support.broadcast.BroadcastOperationThreading
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.support.IgnoreIndices
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.support.replication.ReplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.WriteConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.block.ClusterBlockLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.metadata.AliasAction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider.Decision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.ShardRoutingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.geo.ShapeRelation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.lucene.util.RamUsageEstimator.JvmFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.network.NetworkUtils.StackType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.unit.ByteSizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.unit.SizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
values() - Static method in enum org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.xcontent.XContentParser.NumberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.xcontent.XContentParser.Token
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.xcontent.XContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.index.get.GetField
 
values() - Static method in enum org.elasticsearch.index.query.FieldQueryBuilder.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.MatchQueryBuilder.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.MatchQueryBuilder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.QueryStringQueryBuilder.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.search.geo.GeoDistance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.shard.IndexShardState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.rest.RestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
values() - Static method in enum org.elasticsearch.search.internal.InternalSearchHits.StreamContext.ShardTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.elasticsearch.search.SearchHitField
The field values.
values() - Static method in enum org.elasticsearch.search.sort.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.transport.TransportRequestOptions.Type
Returns an array containing the constants of this enum type, in the order they are declared.
vendor() - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
verify(String, SSLSession) - Method in class com.ning.http.util.AllowAllHostnameVerifier
 
version() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The version of the action.
version(long) - Method in class org.elasticsearch.action.delete.DeleteRequest
Sets the version, which will cause the delete operation to only be performed if a matching version exists and no changes happened on the doc since then.
version() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
version() - Method in class org.elasticsearch.action.delete.DeleteResponse
The version of the delete operation.
version() - Method in class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
version() - Method in class org.elasticsearch.action.delete.index.ShardDeleteResponse
 
version() - Method in class org.elasticsearch.action.get.GetResponse
The version of the doc.
version(long) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the version, which will cause the index operation to only be performed if a matching version exists and no changes happened on the doc since then.
version() - Method in class org.elasticsearch.action.index.IndexRequest
 
version() - Method in class org.elasticsearch.action.index.IndexResponse
Returns the version of the doc indexed.
version() - Method in class org.elasticsearch.action.update.UpdateResponse
Returns the version of the doc indexed.
version(long) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
version() - Method in class org.elasticsearch.cluster.ClusterState
 
version() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
version(long) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
version() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
version(long) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
version() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
version() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
version - Variable in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
version() - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
version(long) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
version() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
version() - Method in interface org.elasticsearch.cluster.routing.ShardRouting
The routing version associated with the shard.
VERSION - Static variable in class org.elasticsearch.common.lucene.client.Lucene
 
version() - Method in class org.elasticsearch.index.get.GetResult
The version of the doc.
version() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
version(Boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Should each SearchHit be returned with a version associated with it.
version(long) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
version() - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
version() - Method in interface org.elasticsearch.search.SearchHit
The version of the hit.
Version - Class in org.elasticsearch
 
versionAsInteger() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
versionType(VersionType) - Method in class org.elasticsearch.action.delete.DeleteRequest
 
versionType() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
versionType(VersionType) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the versioning type.
versionType() - Method in class org.elasticsearch.action.index.IndexRequest
 
VersionType - Enum in org.elasticsearch.index
 
versionUpdatePack() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
vmName() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
vmVendor() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
vmVersion() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 

W

WAIT_FOR_MERGE - Static variable in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest.Defaults
 
waitForActiveShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForActiveShards(int) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForGreenStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForMerge() - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Should the call block until the optimize completes.
waitForMerge(boolean) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
Should the call block until the optimize completes.
waitForNodes() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForNodes(String) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
Waits for N number of nodes.
waitForOperations() - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshRequest
 
waitForOperations(boolean) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshRequest
 
waitForRelocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForRelocatingShards(int) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForStatus(ClusterHealthStatus) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForYellowStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
warmer() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
warmer(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
warmer() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
WarmerStats - Class in org.elasticsearch.index.warmer
 
WarmerStats() - Constructor for class org.elasticsearch.index.warmer.WarmerStats
 
WarmerStats(long, long, long) - Constructor for class org.elasticsearch.index.warmer.WarmerStats
 
warn(String, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs a WARN level message.
warn(String, Throwable, Object...) - Method in interface org.elasticsearch.common.logging.ESLogger
Logs a WARN level message.
warn(String, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
warn(String, Throwable, Object...) - Method in class org.elasticsearch.common.logging.support.AbstractESLogger
 
warn(String) - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
warn(String, Throwable) - Method in class org.elasticsearch.transport.netty.NettyInternalESLogger
 
WebDavCompletionHandlerBase<T> - Class in com.ning.http.client.webdav
Simple AsyncHandler that add support for WebDav's response manipulation.
WebDavCompletionHandlerBase() - Constructor for class com.ning.http.client.webdav.WebDavCompletionHandlerBase
 
WebDavResponse - Class in com.ning.http.client.webdav
Customized Response which add support for getting the response's body as an XML document (@link WebDavResponse#getBodyAsXML}
WebDavResponse(Response, Document) - Constructor for class com.ning.http.client.webdav.WebDavResponse
 
webSocket - Variable in class com.ning.http.client.websocket.DefaultWebSocketListener
 
WebSocket - Interface in com.ning.http.client.websocket
A Websocket client
WebSocketByteListener - Interface in com.ning.http.client.websocket
A WebSocketListener for bytes
WebSocketCloseCodeReasonListener - Interface in com.ning.http.client.websocket
Extend the normal close listener with one that support the WebSocket's code and reason.
webSocketIdleTimeoutInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
WebSocketListener - Interface in com.ning.http.client.websocket
A generic WebSocketListener for WebSocket events.
WebSocketPingListener - Interface in com.ning.http.client.websocket
A WebSocket's Ping Listener
WebSocketPongListener - Interface in com.ning.http.client.websocket
A WebSocket's Pong Listener
WebSocketTextListener - Interface in com.ning.http.client.websocket
A WebSocketListener for text message
WebSocketUpgradeHandler - Class in com.ning.http.client.websocket
An AsyncHandler which is able to execute WebSocket upgrade.
WebSocketUpgradeHandler.Builder - Class in com.ning.http.client.websocket
WebSocketUpgradeHandler.Builder() - Constructor for class com.ning.http.client.websocket.WebSocketUpgradeHandler.Builder
 
WebSocketUtil - Class in com.ning.http.client.providers.netty
 
WebSocketUtil() - Constructor for class com.ning.http.client.providers.netty.WebSocketUtil
 
wildcardQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
Implements the wildcard search query.
WildcardQueryBuilder - Class in org.elasticsearch.index.query
Implements the wildcard search query.
WildcardQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.WildcardQueryBuilder
Implements the wildcard search query.
WINDOWS - Static variable in class org.elasticsearch.common.lucene.util.Constants
True iff running on Windows.
WINDOWS - Static variable in class org.elasticsearch.common.os.OsUtils
True iff running on Windows.
withCompress(boolean) - Method in class org.elasticsearch.transport.TransportRequestOptions
 
withCompress(boolean) - Method in class org.elasticsearch.transport.TransportResponseOptions
 
withHighType() - Method in class org.elasticsearch.transport.TransportRequestOptions
A request that requires very low latency.
withLowType() - Method in class org.elasticsearch.transport.TransportRequestOptions
Batch oriented (big payload) based requests use this one.
withMedType() - Method in class org.elasticsearch.transport.TransportRequestOptions
The typical requests flows go through this one.
withTimeout(long) - Method in class org.elasticsearch.transport.TransportRequestOptions
 
withTimeout(TimeValue) - Method in class org.elasticsearch.transport.TransportRequestOptions
 
withType(TransportRequestOptions.Type) - Method in class org.elasticsearch.transport.TransportRequestOptions
 
workFile - Variable in class org.elasticsearch.env.ClientEnvironment
 
workFile() - Method in class org.elasticsearch.env.ClientEnvironment
The work location.
wrapAddress(SocketAddress) - Method in class org.elasticsearch.transport.netty.ClientNettyTransport
 
wrapAddress(SocketAddress) - Method in interface org.elasticsearch.transport.netty.NettyTransport
 
wrappedOut() - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
wrapperFilter(String) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
wrapperFilter(byte[], int, int) - Static method in class org.elasticsearch.index.query.FilterBuilders
 
WrapperFilterBuilder - Class in org.elasticsearch.index.query
A Filter builder which allows building a filter thanks to a JSON string or binary data.
WrapperFilterBuilder(String) - Constructor for class org.elasticsearch.index.query.WrapperFilterBuilder
 
WrapperFilterBuilder(byte[], int, int) - Constructor for class org.elasticsearch.index.query.WrapperFilterBuilder
 
wrapperQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query builder which allows building a query thanks to a JSON string or binary data.
wrapperQuery(byte[], int, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query builder which allows building a query thanks to a JSON string or binary data.
WrapperQueryBuilder - Class in org.elasticsearch.index.query
A Query builder which allows building a query thanks to a JSON string or binary data.
WrapperQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.WrapperQueryBuilder
Builds a JSONQueryBuilder using the provided JSON query string.
WrapperQueryBuilder(byte[], int, int) - Constructor for class org.elasticsearch.index.query.WrapperQueryBuilder
 
write(int) - Method in class org.elasticsearch.common.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.elasticsearch.common.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
write(int) - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Writes a character to the buffer.
write(char[], int, int) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Writes characters to the buffer.
write(String, int, int) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Write a portion of a string to the buffer.
write(int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
write(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
write(byte[]) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
write(int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
write(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
write(char) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes a single character.
write(int) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes a character given its 31-bits Unicode.
write(char[], int, int) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes a portion of a string.
write(CharSequence) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes the specified character sequence.
writeArrayFieldStart(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeArrayFieldStart(XContentString) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeArrayFieldStart(String) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeArrayFieldStart(String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeArrayFieldStart(XContentString) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBinary(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBinary(byte[]) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBinary(byte[], int, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBinary(byte[]) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBinaryField(String, byte[]) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBinaryField(XContentString, byte[]) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBinaryField(String, byte[]) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeBinaryField(String, byte[]) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBinaryField(XContentString, byte[]) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBoolean(boolean) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeBoolean(boolean) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a boolean.
writeBoolean(boolean) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBoolean(boolean) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBooleanField(String, boolean) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBooleanField(XContentString, boolean) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBooleanField(String, boolean) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeBooleanField(String, boolean) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBooleanField(XContentString, boolean) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeByte(byte) - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a single byte.
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeBytes(byte[]) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeBytes(byte[], int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.NettyBytesStreamOutput
 
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
writeBytes(byte[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytes(byte[], int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytesReference(BytesReference) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeBytesReference(BytesReference) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes the bytes reference, including a length header.
writeClassDescriptor(ObjectStreamClass) - Method in class org.elasticsearch.common.io.ThrowableObjectOutputStream
 
writeClusterBlocks(ClusterBlocks, StreamOutput) - Static method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
writeComplete(ChannelHandlerContext, WriteCompletionEvent) - Method in class org.elasticsearch.transport.netty.MessageChannelHandler
 
WriteConsistencyLevel - Enum in org.elasticsearch.action
Write Consistency Level control how many replicas should be active for a write operation to occur (a write operation can be index, or delete).
writeDistanceUnit(StreamOutput, DistanceUnit) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
 
writeDouble(double) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeDouble(double) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeEndArray() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeEndArray() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeEndObject() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeEndObject() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeEntity(OutputStream) - Method in interface com.ning.http.client.Request.EntityWriter
 
writeExplanation(StreamOutput, Explanation) - Static method in class org.elasticsearch.common.lucene.client.Lucene
 
writeFieldName(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeFieldName(XContentString) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeFieldName(String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeFieldName(XContentString) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeFloat(float) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeFloat(float) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeGenericValue(Object) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeHappened() - Method in class com.ning.http.multipart.FilePartStallHandler
 
writeHeader(StreamOutput) - Method in class org.elasticsearch.common.compress.CompressedStreamOutput
 
writeHeader(StreamOutput) - Method in class org.elasticsearch.common.compress.lzf.LZFCompressedStreamOutput
 
writeHeader(StreamOutput) - Method in class org.elasticsearch.common.compress.snappy.ClientSnappyCompressedStreamOutput
 
writeHeader(ChannelBuffer, long, byte, Version) - Static method in class org.elasticsearch.transport.netty.NettyHeader
 
writeHeader(byte[], int, int, long, byte) - Static method in class org.elasticsearch.transport.support.ClientTransportStreams
 
writeInt(int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeInt(int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an int as four bytes.
writeLong(long) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeLong(long) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a long as eight bytes.
writeMap(StreamOutput, Map<String, Object>) - Static method in class org.elasticsearch.common.io.stream.Streamables
 
writeMap(Map<String, Object>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeMap(XContentGenerator, Map<String, Object>) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapConverter
 
writeNull() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNull() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNullField(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNullField(XContentString) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNullField(String) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeNullField(String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNullField(XContentString) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(long) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(double) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(float) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(long) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(double) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(float) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(String, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(XContentString, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(String, long) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(XContentString, long) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(String, double) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(XContentString, double) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(String, float) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(XContentString, float) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(String, int) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeNumberField(String, long) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeNumberField(String, double) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeNumberField(String, float) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeNumberField(String, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(XContentString, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(String, long) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(XContentString, long) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(String, double) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(XContentString, double) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(String, float) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(XContentString, float) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeObjectFieldStart(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeObjectFieldStart(XContentString) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeObjectFieldStart(String) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeObjectFieldStart(String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeObjectFieldStart(XContentString) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeOptionalString(String) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalUTF(String) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Deprecated.
writeRawField(String, byte[], OutputStream) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawField(String, byte[], int, int, OutputStream) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawField(String, InputStream, OutputStream) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawField(String, BytesReference, OutputStream) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawField(String, InputStream, OutputStream) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
writeRawField(String, byte[], OutputStream) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
writeRawField(String, BytesReference, OutputStream) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
writeRawField(String, byte[], int, int, OutputStream) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
writeRawField(String, byte[], OutputStream) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeRawField(String, byte[], int, int, OutputStream) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeRawField(String, InputStream, OutputStream) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeRawField(String, BytesReference, OutputStream) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeRawField(String, InputStream, OutputStream) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
writeRawField(String, byte[], OutputStream) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
writeRawField(String, BytesReference, OutputStream) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
writeRawField(String, byte[], int, int, OutputStream) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
writeRequest(Channel, AsyncHttpClientConfig, NettyResponseFuture<T>, HttpRequest) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
writeRequest(OutputStream) - Method in class com.ning.http.multipart.MultipartRequestEntity
 
writeRequest(OutputStream) - Method in interface com.ning.http.multipart.RequestEntity
Writes the request entity to the given stream.
writeSettingsToStream(Settings, StreamOutput) - Static method in class org.elasticsearch.common.settings.ImmutableSettings
 
writeShort(short) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeStartArray() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeStartArray() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeStartObject() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeStartObject() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeStreamHeader() - Method in class org.elasticsearch.common.io.ThrowableObjectOutputStream
 
writeString(String) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeString(String) - Method in class org.elasticsearch.common.io.stream.HandlesStreamOutput
 
writeString(String) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeString(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeString(char[], int, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeString(String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeString(char[], int, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeStringArray(String[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeStringArrayNullable(String[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a string array, for nullable string, writes it as 0 (empty string).
writeStringField(String, String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeStringField(XContentString, String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeStringField(String, String) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentGenerator
 
writeStringField(String, String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeStringField(XContentString, String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeText(Text) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeText(Text) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeTo(OutputStream) - Method in class com.ning.http.client.HttpResponseBodyPart
Write the available bytes to the OutputStream
writeTo(OutputStream) - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
writeTo(OutputStream) - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ActionRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ActionResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterShardHealth
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.restart.NodesRestartResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.shutdown.NodesShutdownResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.flush.FlushResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.gateway.snapshot.GatewaySnapshotResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.optimize.OptimizeResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.settings.UpdateSettingsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.status.IndicesStatusResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.status.ShardStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.warmer.put.PutWarmerResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkItemResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.count.CountRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.count.CountResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.delete.DeleteRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.delete.DeleteResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.delete.index.IndexDeleteRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.delete.index.IndexDeleteResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.delete.index.ShardDeleteResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.explain.ExplainResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.GetRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.GetResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetItemResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.index.IndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.index.IndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.mlt.MoreLikeThisRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.percolate.PercolateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.percolate.PercolateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.nodes.NodeOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.nodes.NodeOperationResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.nodes.NodesOperationResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.ShardReplicationOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.single.custom.SingleCustomOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.update.UpdateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.update.UpdateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.ClusterName
 
writeTo(ClusterState, StreamOutput) - Static method in class org.elasticsearch.cluster.ClusterState.Builder
 
writeTo(T, StreamOutput) - Method in interface org.elasticsearch.cluster.ClusterState.Custom.Factory
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.AliasAction
 
writeTo(AliasMetaData, StreamOutput) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
writeTo(IndexMetaData, StreamOutput) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
writeTo(T, StreamOutput) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom.Factory
 
writeTo(IndexTemplateMetaData, StreamOutput) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
writeTo(MappingMetaData, StreamOutput) - Static method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
writeTo(MetaData, StreamOutput) - Static method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
writeTo(T, StreamOutput) - Method in interface org.elasticsearch.cluster.metadata.MetaData.Custom.Factory
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
writeTo(DiscoveryNodes, StreamOutput) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationExplanation
 
writeTo(AllocateAllocationCommand, StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
 
writeTo(T, StreamOutput) - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommandFactory
 
writeTo(AllocationCommands, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
writeTo(CancelAllocationCommand, StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
 
writeTo(MoveAllocationCommand, StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
 
writeTo(IndexRoutingTable, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
writeTo(IndexShardRoutingTable, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
writeTo(RoutingTable, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.RoutingTableValidation
 
writeTo(OutputStream) - Method in class org.elasticsearch.common.bytes.BytesArray
 
writeTo(OutputStream) - Method in interface org.elasticsearch.common.bytes.BytesReference
Writes the bytes directly to the output stream.
writeTo(OutputStream) - Method in class org.elasticsearch.common.bytes.ChannelBufferBytesReference
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.compress.CompressedString
 
writeTo(OutputStream) - Method in class org.elasticsearch.common.io.FastByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Writes the contents of the buffer to another character stream.
writeTo(StreamOutput) - Method in class org.elasticsearch.common.io.stream.LongStreamable
 
writeTo(StreamOutput) - Method in interface org.elasticsearch.common.io.stream.Streamable
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.transport.DummyTransportAddress
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.unit.Percent
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.unit.SizeValue
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.unit.TimeValue
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.tao.ping.TaoPing.PingResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.http.HttpInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.http.HttpStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.cache.CacheStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.engine.Segment
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.flush.FlushStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.get.GetField
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.get.GetResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.get.GetStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.Index
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.indexing.IndexingStats.Stats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.indexing.IndexingStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.merge.MergeStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.shard.DocsStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.shard.ShardId
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.store.StoreStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.NodeIndicesStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.fs.FsStats.Info
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.fs.FsStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector.LastGc
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.network.NetworkInfo.Interface
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.network.NetworkInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.network.NetworkStats.Tcp
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.network.NetworkStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsInfo.Cpu
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsInfo.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsInfo.Swap
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.process.ProcessStats
 
writeTo(StreamOutput, RestStatus) - Static method in enum org.elasticsearch.rest.RestStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.facet.InternalFacets
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.highlight.HighlightField
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
writeTo(StreamOutput, InternalSearchHits.StreamContext) - Method in class org.elasticsearch.search.internal.InternalSearchHit
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.internal.InternalSearchHitField
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
writeTo(StreamOutput, InternalSearchHits.StreamContext) - Method in class org.elasticsearch.search.internal.InternalSearchHits
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.internal.InternalSearchResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.Scroll
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.SearchShardTarget
 
writeTo(IndexWarmersMetaData, StreamOutput) - Method in class org.elasticsearch.search.warmer.IndexWarmersMetaData.Factory
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolInfoElement
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.client.ClientThreadPoolStatsElement
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolInfoElement
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.transport.TransportThreadPoolStatsElement
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportStats
 
writeToThin(StreamOutput) - Method in class org.elasticsearch.cluster.routing.ImmutableShardRouting
Does not write index name and shard id
writeToThin(IndexShardRoutingTable, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
writeToThin(StreamOutput) - Method in interface org.elasticsearch.cluster.routing.ShardRouting
Does not write index name and shard id
writeUTF(String) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeUTF(String) - Method in class org.elasticsearch.common.io.stream.HandlesStreamOutput
Deprecated.
writeUTF(String) - Method in class org.elasticsearch.common.io.stream.StreamOutput
writeUTF8String(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeUTF8String(byte[], int, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeVersion(Version, StreamOutput) - Static method in class org.elasticsearch.Version
 
writeVInt(int) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeVInt(int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an int in a variable-length format.
writeVLong(long) - Method in class org.elasticsearch.common.io.stream.AdapterStreamOutput
 
writeVLong(long) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an long in a variable-length format.

X

XBooleanFilter - Class in org.elasticsearch.common.lucene.search
 
XBooleanFilter() - Constructor for class org.elasticsearch.common.lucene.search.XBooleanFilter
 
XContent - Interface in org.elasticsearch.common.xcontent
A generic abstraction on top of handling content, inspired by JSON and pull parsing.
xContent(XContentType) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns the XContent for the provided content type.
xContent(CharSequence) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content (type) based on the provided char sequence.
xContent(byte[]) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
xContent(byte[], int, int) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
xContent(BytesReference) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
 
xContent() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
XContentBuilder - Class in org.elasticsearch.common.xcontent
 
XContentBuilder(XContent, OutputStream) - Constructor for class org.elasticsearch.common.xcontent.XContentBuilder
Constructs a new builder using the provided xcontent and an OutputStream.
XContentBuilder(XContent, OutputStream, Object) - Constructor for class org.elasticsearch.common.xcontent.XContentBuilder
Constructs a new builder using the provided xcontent and an OutputStream.
XContentBuilder.FieldCaseConversion - Enum in org.elasticsearch.common.xcontent
 
XContentBuilderString - Class in org.elasticsearch.common.xcontent
 
XContentBuilderString(String) - Constructor for class org.elasticsearch.common.xcontent.XContentBuilderString
 
XContentFactory - Class in org.elasticsearch.common.xcontent
A one stop to use XContent and XContentBuilder.
XContentFactory() - Constructor for class org.elasticsearch.common.xcontent.XContentFactory
 
XContentGenerator - Interface in org.elasticsearch.common.xcontent
 
XContentHelper - Class in org.elasticsearch.common.xcontent
 
XContentHelper() - Constructor for class org.elasticsearch.common.xcontent.XContentHelper
 
XContentMapConverter - Class in org.elasticsearch.common.xcontent.support
 
XContentMapConverter() - Constructor for class org.elasticsearch.common.xcontent.support.XContentMapConverter
 
XContentMapConverter.MapFactory - Interface in org.elasticsearch.common.xcontent.support
 
XContentMapValues - Class in org.elasticsearch.common.xcontent.support
 
XContentMapValues() - Constructor for class org.elasticsearch.common.xcontent.support.XContentMapValues
 
XContentParser - Interface in org.elasticsearch.common.xcontent
 
XContentParser.NumberType - Enum in org.elasticsearch.common.xcontent
 
XContentParser.Token - Enum in org.elasticsearch.common.xcontent
 
XContentSettingsLoader - Class in org.elasticsearch.common.settings.loader
Settings loader that loads (parses) the settings in a xcontent format by flattening them into a map.
XContentSettingsLoader() - Constructor for class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
XContentString - Class in org.elasticsearch.common.xcontent
 
XContentString(String) - Constructor for class org.elasticsearch.common.xcontent.XContentString
 
xContentType(CharSequence) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided char sequence.
xContentType(byte[]) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
xContentType(InputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided input stream.
xContentType(byte[], int, int) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
xContentType(BytesReference) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
XContentType - Enum in org.elasticsearch.common.xcontent
The content type of XContent.
XerialSnappy - Class in org.elasticsearch.common.compress.snappy.xerial
 
XerialSnappy() - Constructor for class org.elasticsearch.common.compress.snappy.xerial.XerialSnappy
 
XerialSnappyCompressedStreamInput - Class in org.elasticsearch.common.compress.snappy.xerial
 
XerialSnappyCompressedStreamInput(StreamInput, SnappyCompressorContext) - Constructor for class org.elasticsearch.common.compress.snappy.xerial.XerialSnappyCompressedStreamInput
 
XerialSnappyCompressedStreamOutput - Class in org.elasticsearch.common.compress.snappy.xerial
 
XerialSnappyCompressedStreamOutput(StreamOutput, SnappyCompressorContext) - Constructor for class org.elasticsearch.common.compress.snappy.xerial.XerialSnappyCompressedStreamOutput
 
XRejectedExecutionHandler - Interface in org.elasticsearch.common.util.concurrent
 

Y

yamlBuilder(OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a new yaml builder that will output the result into the provided output stream.
YamlSettingsLoader - Class in org.elasticsearch.common.settings.loader
Settings loader that loads (parses) the settings in a yaml format by flattening them into a map.
YamlSettingsLoader() - Constructor for class org.elasticsearch.common.settings.loader.YamlSettingsLoader
 
YamlXContent - Class in org.elasticsearch.common.xcontent.yaml
A YAML based content implementation using Jackson.
yamlXContent - Static variable in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
YamlXContentGenerator - Class in org.elasticsearch.common.xcontent.yaml
 
YamlXContentGenerator(JsonGenerator) - Constructor for class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
YamlXContentParser - Class in org.elasticsearch.common.xcontent.yaml
 
YamlXContentParser(JsonParser) - Constructor for class org.elasticsearch.common.xcontent.yaml.YamlXContentParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2012. All Rights Reserved.